I hope that the title was good enough to help explain what is needed. After solving this much of my project should be done.
When I did this
char e[1000] = "HELLO";
CString msg;
msg.Format(_T("%s"), e);
MessageBox(msg);
the messagebox just show me random words like "㹙癞鞮㹙癞鞮" instead of the "HELLO" i wanted. How do I solve this problem??
Helps would be appreciated. Thank You