const char* to char*
const char* to char*
- Subject: const char* to char*
- From: David Cairns <email@hidden>
- Date: Thu, 27 Nov 2003 16:59:17 -0500
hey all --
i am getting this silly warning when compiling in Xcode. The warning
comes from the line
char *cName = [theName cString];
how can i work around this such that i avoid this error? would strcpy
work?
-- david
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.