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

C++

#include <iostream> #include <conio.h> using namespace std; int main() { cout<<"تست کد"; getch(); return 0; } How Can Get this code right line?

27th Aug 2021, 8:51 AM
Arash
Arash - avatar
5 Answers
+ 1
I removed #include <conio.h> and getch(); then the Arabic text is displayed using right side alignment.
27th Aug 2021, 10:04 AM
Ipang
0
What do you mean by right line?
27th Aug 2021, 9:05 AM
Khentit Nadji Sabri
0
Please explain your question
27th Aug 2021, 9:34 AM
Vtec Fan
Vtec Fan - avatar
0
How can l fix it
27th Aug 2021, 1:20 PM
Arash
Arash - avatar
0
Thats fixed
27th Aug 2021, 1:33 PM
Arash
Arash - avatar