Microsoft
Software
Hardware
Network
Question : strcpy : pointer targets in passing argument 1 of ‘strcpy’ differ in signedness
hi,
my strings are unsigned and i am passing it to strcpy and i am getting this warning.
but the program runs fine. wouldn't i lose value because signed can only support up to 127 when
unsigned supports 0 to 255.
I also got this error for strlen.
tks
Answer : strcpy : pointer targets in passing argument 1 of ‘strcpy’ differ in signedness
The bits are the same, the value attributed to the bits may differ, bur strcpy does not care about the values, except for '\0' which is the same whether signed or unsigned.
Random Solutions
HP Proliant DL360
Unattended Windows 7 Installation answer file not working
How do I add a Folder to Windows Installer without having to add each individual file
How can I determine from an Office 2010 Volume License key (or product activation key) exactly which version of Office 2010 to download & install from MSDN (msdn.microsoft.com)?
PHP.ini file 'display_errors' is set to Off but errors still appear on page?
Request.PhysicalApplicatio
nPath returns I.P. not URL
High CPU utilization
Windows Service crashing on one machine, not on the other
How to store a path in EditBox1.Text via DialogBox control?
Getting the Windows.MessageBox handle