I am trying to use chinese letters in a c++ program I'm writing. does anyone know how this can be done?
I know that:
TEXT("\u03a3")
will print out a latin letter, so how do I get a chinese character, and perhaps there is an easier way?
I need this asap,
thanks
Gabrielle