stl problem
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Is it possible to use an std::basic_string<TCHAR> as a write buffer ? I seek for the equivalent of GetBuffer, ReleaseBuffer like in CString. If not I have to use a TCHAR buf[1024]; works also but is not so nice.
-
Is it possible to use an std::basic_string<TCHAR> as a write buffer ? I seek for the equivalent of GetBuffer, ReleaseBuffer like in CString. If not I have to use a TCHAR buf[1024]; works also but is not so nice.