My program appears like this..instead of that..
Well my program appeared like this..
Hello blah blah!blah blah blah
i wanted it to go like
Hello BLah blaH!
Bblah blah blablabla
must it go >>>>>>>>> instead of going down?
And how do i clear a message?
1 2
|
cout << "Hello BLah blaH!" << endl;
cout << "Bblah blah blablabla" << endl;
|
or
|
cout << "Hello BLah blaH!\nBblah blah blablabla" << endl;
|
(\n is escape character for newline)
Topic archived. No new replies allowed.