Talk:Array

From Valve Developer Community
Revision as of 11:53, 6 August 2005 by InvaderZim (talk | contribs)
Jump to navigation Jump to search

Aren't strings more normally terminated with a NULL? ;-) --Cargo Cult 15:00, 24 Jul 2005 (PDT)

If they're null-terminating strings ;) --ts2do
Thats why strings are supposed to be stored as a char* not a char[] --InvaderZim