Top "Wchar" questions

wchar.

How to concat an int to a wchar_t* in C++?

I have to create and write on N files, everyone must have an integer ending to identificate it. This is …

c++ int wchar-t wchar
C++ regex with char and wchar_t?

I have a const char and a const wchar_t. My function below works with the char. What's the simplest/…

c++ regex string char wchar