I have a silly question.
How do I convert a STL string to a MFC CString in an elegant way?
using namespace std;
CString bob;
string fred;
bob = fred; // Deos not work, duh!
![]()
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |