I enjoyed using CString in MFC visual programs but what include file would i need to add to get CString to work in a win32 console app?
thanks
Printable View
I enjoyed using CString in MFC visual programs but what include file would i need to add to get CString to work in a win32 console app?
thanks
<afx.h>
Just create a console app with MFC support via the app wizard. But it would be better if you used the STL.
Take a look at the following FAQ...