A
Angus
Hello
I can do this:
std::wstring strHello;
std::cout << strHello.c_str() << std::endl;
But not this:
std::cout << strHello << std::endl;
if unicode is defined.
Is it possible?
I can do this:
std::wstring strHello;
std::cout << strHello.c_str() << std::endl;
But not this:
std::cout << strHello << std::endl;
if unicode is defined.
Is it possible?