On some systems that use UTF-8 as default, like Linux, you don't have to do anything special at all. cout << "Καλημέρα" << endl; would print fine.
On Windows you probably have to use wchar_t/wstring/wcout to make it work. A font that can show greek symbols must be used (not sure what's the default). Unfortunately I don't think MinGW supports wcout.
Thanks everyone for the answers.... I was sure that many people would help me in this site !!!
@ m4ster r0shi
Your "trick" worked in devcpp ... But I don't understand the code you wrote me !
My knowledge in C++ is only what I've read in books that are for beginners (like C++ from ground up - Herbert Schildt) ... I know nothing about unicode stuff ...
This tells me that I have much to learn ....
@ RandomStuff
My friend from tomorrow I WILL study your programs to learn more ......
@ Peter87
As you said I tried in g++-linux, and the greek appeared OK!!
I would like to give me some links to learn more about: "wchar_t/wstring/wcout".
The classical books write nothing about these ...
@ to everone
I would like to give me some links to learn more about: "wchar_t/wstring/wcout"
The problem in qtcreator remains (in devcpp - g++ all things SOLVED)...
Sorry for my english...
THANKS again for your advices !!!!!!