[Q]What is different between strcpy and sprintf in this case
From: ios (ioswan_at_yahoo.com)
Date: 11/28/03
- Next message: Floyd Davidson: "Re: [OT] Indian C programmers and "u""
- Previous message: Rolf Magnus: "Re: Need source code or free library (for UNIX) for JPG and GIF to BMP conversion"
- Next in thread: Barry Schwarz: "Re: [Q]What is different between strcpy and sprintf in this case"
- Reply: Barry Schwarz: "Re: [Q]What is different between strcpy and sprintf in this case"
- Reply: Arthur J. O'Dwyer: "Re: [Q]What is different between strcpy and sprintf in this case"
- Reply: CBFalconer: "Re: [Q]What is different between strcpy and sprintf in this case"
- Reply: vadi: "Re: [Q]What is different between strcpy and sprintf in this case"
- Reply: Eric: "Re: [Q]What is different between strcpy and sprintf in this case"
- Reply: Dan Pop: "Re: [Q]What is different between strcpy and sprintf in this case"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 27 Nov 2003 19:18:11 -0800
Hi
Can someone tell me what is different between below case?
strcpy(eventname, "MDCX_RSP");
and
sprintf(eventname, "MDCX_RSP");
Thanks,
Leon
- Next message: Floyd Davidson: "Re: [OT] Indian C programmers and "u""
- Previous message: Rolf Magnus: "Re: Need source code or free library (for UNIX) for JPG and GIF to BMP conversion"
- Next in thread: Barry Schwarz: "Re: [Q]What is different between strcpy and sprintf in this case"
- Reply: Barry Schwarz: "Re: [Q]What is different between strcpy and sprintf in this case"
- Reply: Arthur J. O'Dwyer: "Re: [Q]What is different between strcpy and sprintf in this case"
- Reply: CBFalconer: "Re: [Q]What is different between strcpy and sprintf in this case"
- Reply: vadi: "Re: [Q]What is different between strcpy and sprintf in this case"
- Reply: Eric: "Re: [Q]What is different between strcpy and sprintf in this case"
- Reply: Dan Pop: "Re: [Q]What is different between strcpy and sprintf in this case"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]