Microsoft
Software
Hardware
Network
Question : c strcpy
Hi, I have a question about c.
I changed one line code.
Original code is :
strcpy(hsCust, ('G' !=ptComBuf->sCust[0]) ? "HP":"GE");
Now I need check three companies. So I change the code like this:
strcpy(hsCust, ( 'G' =ptComBuf->sCust[0] ) ? "GE" :(( 'H' = ptComBuf->sCust[0] ) ? "HP" :"AP"));
After I compiled, it give me this error:
Modifiable lvalue required for assignment operator.
Any inputs will be appreciated.
Answer : c strcpy
Should be
@interface frisbee : NSObject {
int fx,fy;
UIImageView frisImageView;
}
@end
The base class is NSObject. @interface and @end are the keywords. Instance variables (fx, fy, frisImageView) should be in {}.
Random Solutions
new keyboard not recognised before logon
XP runs slow error 0XC000005e,The Security System detected an attempted downgrade attack for server
Changing Server Name with Exchange 2010 Installed
My Computer prints Very Tiny on Fresh Install
PayPal with CreditCard
How to enable VSS Writer for Exchange 2003 and SQL 2005
SQLservr.exe*32 process using large amount of ram and disk activity
Save only sends e-mail with removed attachment again
How can I compare Files in a Directory with a Text File List using a DOS Batch File?
VB.Net exe, icon and shortcut