<cstring>

Creator
Creator
Alan JoAlan Jo
Created
Created
2023 Apr 25 16:17
Editor
Editor
Alan JoAlan Jo
Edited
Edited
2023 Nov 11 5:47
Refs
Array with base type char
End of string marked with null, \0
If null overwritten, c-string no longer acts like c-string
Older method inherited from C
Can ONLY use = at declaration of c-string use strcpy, == too strcmp
Declares a c-string variable to hold up to 9 characters
<cstring> functions
 
 
This is not string because of \0
 
 
 
 
 
 

Recommendations