how to write wit a diffrent languege

i want to know how can i write with a arabic languege or other lunguege in c++
like :-
1
2
3
cout <<"负"; //this charecter for ex.  or
cout <<"أ"; //this
//i try to write it but it faild 

please answer my question FAST
Use wchar and wcout.
can u tell me how to use them :)
thanx these was help full for me
I try put i faild. can u make a program tybe thi charecter
أ
Depends on what cout will output to.
On Windows' cmd.exe is very difficult to get non-ASCII characters correctly displayed
Topic archived. No new replies allowed.