ascii of wide char

Hello. I have a problem. the ascii code in unicode of ἶ is 7990 in Greek language.
I am trying to take the 7990 on screen and i can't. Any help?
I am running on windows xp home Greece edition.
Thank's
Jim

1
2
wchar_t* ch=L"εἶναι";
cout << ch[1]<<endl;
Last edited on
i think this should work..

try wcout, see if that helps.
It dont work. I use codeblocks and gcc compiler.
Topic archived. No new replies allowed.