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..