Console Help..

Hello. I need help on making my text look better.

When I do cout, and the lines are to big for the console screen, it cuts words off. Like..

cout << "Hello there. This program will show you how to make something with some kind thing that's a thing oh coolness.";

And it would display it, but a word would be cut off, and put on the line below. Is there anyway to make this stop? Since I want to make a program that will use LOTS of text, it will be very tiring to clean up the text every time I type something..

Thanks a lot!!
answer short form: No.
This is probably due to the size limit on your console. Best suggestion:
Add that formatting yourself.

the escape sequences \t and \n will be most useful in formatting the text.
Resize your console.
Right click your console when it pops up and GoTo Properties.
From there change the window size.
Topic archived. No new replies allowed.