How to print Chinese characters in console in window XP?

Sam Hu samhudotsamhu at gmail.com
Sat Jun 27 20:09:23 PDT 2009


Dear All:

Thank you so much for all your help!

Yes,I am using xp+sp3 Chinese version and can print Chinese font in the console in C++ program:

#include <iostream>
int main(int argc,char* argv[])
{
std::cout<<"Öйú"<<std::endl;
return 0;
}




More information about the Digitalmars-d-learn mailing list