Advertisement

hi, how to put a the data of a char into a WCHAR?

Started by March 30, 2002 09:00 AM
-1 comments, last by mickey 22 years, 9 months ago
for example, char myname[] = "john"; WCHAR wName[sizeof(myname)]; cout << myname; // outputs john wName = (WCHAR)john; cout << wName; // weird output thanks!
http://www.dualforcesolutions.comProfessional website designs and development, customized business systems, etc.,

This topic is closed to new replies.

Advertisement