JiiPee
2015-02-07 00:19:39 UTC
I keep thinking about this: for example should I use std::string or
CString in MFC applications? How do you guys do this? When you create
MFC applications do you only use CString (and other MFC containers) or
you use standard library containers (like vector, map, array etc)? MFC
seems to have all of them so which one better to use? Or are you mixing
them so that you use std::string but then pass its character array to
CString when needed to use CString?
CString in MFC applications? How do you guys do this? When you create
MFC applications do you only use CString (and other MFC containers) or
you use standard library containers (like vector, map, array etc)? MFC
seems to have all of them so which one better to use? Or are you mixing
them so that you use std::string but then pass its character array to
CString when needed to use CString?