CString

Jedhi

Well-known member
Joined
Oct 2, 2003
Messages
127
In VC6.0 I have used the CString alot, but I experience that CString do not always do as expected in .NET.

CString str = "";

Does for example not give an empty string.

What must I use in .NET to get string work correctly ?
 
Back
Top