On Nov 22, 2006, at 6:59 PM, victorp king wrote:
another question about string op. code like below can't pass the compile, i want to know why? char a[10]; a = "bbbb"; this is supported in standard C ,why can't work under palm sdk?
I'm not sure what gives you the idea that this is supported in standard C, but you're dead wrong. That is invalid C.
-- Dave Carrigan Seattle, WA, USA [EMAIL PROTECTED] | http://www.rudeog.org -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
