'WCHAR' to 'LPCWSTR'
C / C++ / MFC
3
Posts
3
Posters
1
Views
1
Watching
-
Hello Friends, can anybody tell me how to convert wchar to plcwstr. and how to use
OutputDebugString()
fun to print other datatypes such asint
-
Hello Friends, can anybody tell me how to convert wchar to plcwstr. and how to use
OutputDebugString()
fun to print other datatypes such asint
-
Hello Friends, can anybody tell me how to convert wchar to plcwstr. and how to use
OutputDebugString()
fun to print other datatypes such asint
If you want to print numerics in
OutPutDebugString(),
I would suggest you first create the string usingsprintf()
then pass the whole string intoOutputSebugString().