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
Windows 2008 Domain Controller Unavailable (but working)
performance - NC Vc C index
Where can I download System.Web.Extensions 2.0 version?
Outlook 2007 delete cross out message instead of deleting
Are multiple PHP session paths possible?
Remote Desktop not working via IP address
The user profile service failed the logon.
vCenter Converter and SBS2008
asp.net I have a sqldatasource select witha a where that searches between dates
How to connect to network printer linux