Unicode | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Unicode

I was wondering if c++ supported Unicode And if so how do you use it?

9th Feb 2018, 3:29 AM
Camryn Cleveland
Camryn Cleveland - avatar
2 Answers
0
It does! On Linux, just type it in as normal. On windows you have to use wide charaters i believe. std::wcout<<"String a ling"<<endl; instead of std::cout<<"Random Tandem"<<endl;
16th Aug 2018, 7:37 AM
Tim Palmer
Tim Palmer - avatar
0
thanks for your help Tim Palmer
16th Aug 2018, 2:55 PM
Camryn Cleveland
Camryn Cleveland - avatar