Top "Wchar" questions

wchar.

char* to const wchar_t * conversion

I need to convert character pointer to a w_char * in order to use ParseNetworkString(). I've tried finding solutions to …

c++ pointers char wchar
Problems with wchar_t sprintf

I was learning how to use wchar, but I am unable to copy the char using snprintf(). I want to …

c wchar printf
check if WCHAR contains string

I have variable WCHAR sDisplayName[1024]; How can I check if sDisplayName contains the string "example"?

c++ wchar
Print wchar to Linux console?

My C program is pasted below. In bash, the program print "char is ", Ω is not printed. My locale are all …

c linux console wchar-t wchar
wchar ends with single null byte or two of them?

I just don't understand and can't find much info about wchar end. If it ends with single null byte, how …

c++ string null byte wchar
array of wchar_t

I would like to have an array of wchar_t's. The following works: char** stringArray; int maxWords = 3; stringArray = new char*[…

c++ unmanaged visual-c++-2005 wchar-t wchar
MFC - How to convert WCHAR to CString?

Is it possible to convert WCHAR to CString? I need to do that, or even convert it to char or …

c++ string mfc char wchar
wchar_t* to char* conversion problems

I have a problem with wchar_t* to char* conversion. I'm getting a wchar_t* string from the FILE_NOTIFY_…

c++ char wchar