Hello all, could someone please help?
Could someone please explain the differences between the following declarations?
CString MySring;
char * MyString;
char MyString[];
I am about write a program utilizing the 2 later, and I need to know their compatability.
Thanxs
Could someone please explain the differences between the following declarations?
CString MySring;
char * MyString;
char MyString[];
I am about write a program utilizing the 2 later, and I need to know their compatability.
Thanxs