Top "Wchar" questions

wchar.

Convert char* to wchar* in C

I would like to convert a char* string to a wchar* string in C. I have found many answers, but …

c unicode char wchar
How to convert Wchar_t* to const char*

I am a kind of new for c++ , while working on the windows CE .net compact application while trying to …

c++ wchar
Cannot convert 'const char*' to 'WCHAR*' in argument passing

I have documentation where written that username, IP and password must be const char* and when I'm putting varaibles in …

c++ char wchar
How to declare wchar_t and set its string value later on?

I am developing for Windows, I have not found adequate information on how to correctly declare and later on set …

c++ string unicode wchar
Convert WCHAR to QString in Qt

Convert WCHAR to QString in Qt. Please help me to implement it to complete this convertion.

c++ qt qstring wchar
C++ , winapi Compare two WCHAR * strings

I want to compare two WCHAR* strings. How to do it? P.S. I would like to ignore case while …

c++ string winapi wchar
C++ WCHAR manipulations

I'm developing a tiny Win32 app in C++. I've studied C++ fundamentals long time ago, so now I completely confused …

c++ string winapi char wchar
How to open a file with wchar_t* containing non-Ascii string in Linux?

Environment: Gcc/G++ Linux I have a non-ascii file in file system and I'm going to open it. Now I …

c++ c linux file wchar
WideCharToMultiByte() vs. wcstombs()

What is the difference between WideCharToMultiByte() and wcstombs() When to use which one?

c++ winapi unicode widechar wchar
Convert WCHAR[260] to std::string

I have gotten a WCHAR[MAX_PATH] from (PROCESSENTRY32) pe32.szExeFile on Windows. The following do not work: std::string …

c++ windows string wchar