+ 1
How to print \n on screen...? ? ?
cout <<"\n"; output of this code is "No Output" but I dont want to insert new line...i want to print this" \n"
4 Respuestas
+ 2
cout <<"\\n"
+ 2
cout<<"\n";
+ 2
thanks b4u3r242...
0
cout<<"Something\n";
cout <<"\n"; output of this code is "No Output" but I dont want to insert new line...i want to print this" \n"