Using CString in WIN32 Application.
C / C++ / MFC
8
Posts
4
Posters
0
Views
1
Watching
-
How can we use CString in WIN32 Application ?? Thanx in advance.
-
How can we use CString in WIN32 Application ?? Thanx in advance.
Why one would like to use
CString
inWIN32
application? Usestd::string
instead.Prasad Notifier using ATL | Operator new[],delete[][^]
-
Why one would like to use
CString
inWIN32
application? Usestd::string
instead.Prasad Notifier using ATL | Operator new[],delete[][^]
-
How can we use CString in WIN32 Application ?? Thanx in advance.
-
Hmm, i'm sure i wrote afx.h and afxwin.h! i guess the angled brackets is the culprit!! :P
-
Again, why one need to use MFC classes in
WIN32
app, if standard library function do ?Prasad Notifier using ATL | Operator new[],delete[][^]