Messages in Greek

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alexander Mac

    Messages in Greek

    Hi,

    I've spend most of my day trying to find out how I can output a message in
    C++ in Greek (characters). I found about <locale> but I did not understand
    how it works. Can anymody help me how I can do something simple like:
    cout<<"Greek Characters here";


    Thanks in Advance.

  • White Wolf

    #2
    Re: Messages in Greek

    Alexander Mac wrote:[color=blue]
    > Hi,
    >
    > I've spend most of my day trying to find out how I can output a
    > message in C++ in Greek (characters). I found about <locale> but I
    > did not understand how it works. Can anymody help me how I can do
    > something simple like: cout<<"Greek Characters here";[/color]

    AFAIK you will need to consult your compiler manuals, because the actual
    supported locales and their "name" is implementation defined (IMHO usually
    OS defined).

    --
    WW aka Attila


    Comment

    Working...