Changes

Jump to: navigation, search

Working with String Objects in Objective-C

31 bytes added, 14:46, 27 May 2010
Strings without NSString
char myString[] = "This is a C character array";
</pre>
<google>ADSDAQBOX_FLOW</google>
Having created the string we literally have nothing but a section of memory where a null terminated string of characters is located. If we want to do anything to manipulate the string we will have to write our own code to do it.

Navigation menu