B
Bob Altman
Hi all,
I inherited some unmanaged C++ code that is littered with statements like
this:
char x[] = "abc";
The author of the code expects these character arrays to be null terminated.
Is that how C++ treats thgese statements, or do I need to explicitly include
a trailing null in the character string?
TIA - Bob
I inherited some unmanaged C++ code that is littered with statements like
this:
char x[] = "abc";
The author of the code expects these character arrays to be null terminated.
Is that how C++ treats thgese statements, or do I need to explicitly include
a trailing null in the character string?
TIA - Bob