Search:
Forum
Beginners
how to write wit a diffrent languege
how to write wit a diffrent languege
Dec 30, 2010 at 5:32pm UTC
Black cpp
(17)
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
Dec 30, 2010 at 5:36pm UTC
Kyon
(912)
Use wchar and wcout.
Dec 30, 2010 at 5:37pm UTC
Black cpp
(17)
can u tell me how to use them :)
Dec 30, 2010 at 5:38pm UTC
Kyon
(912)
http://xoax.net/comp/cpp/console/Lesson45.php
Dec 30, 2010 at 5:47pm UTC
Black cpp
(17)
thanx these was help full for me
Dec 30, 2010 at 6:03pm UTC
Black cpp
(17)
I try put i faild. can u make a program tybe thi charecter
أ
Dec 30, 2010 at 6:18pm UTC
Bazzy
(6281)
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.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs