Just to make sure: I have a string like this:
I just want to make sure: it releases all memory, right?Code:WCHAR* wsThing = new WCHAR[nLen]; //assume nLen = 20; wsThing[8] = 0; delete[] wsThing;
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 27
Threaded View
|
Click Here to Expand Forum to Full Width |