Talk:Array: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 2: Line 2:


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

Revision as of 11:53, 6 August 2005

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