Should I be using std::wstring or std::string and wchar_t or char?
All this unicode stuff is confusing me. I want my application to work on both windows and linux without too many problems and changes but I'm considering unicode vs. ansi.
Any ideas? I ask because I see many applications still using std::string and chars insead of the unicode equivalents.