Formating text in .exe

Hello everyone. I`m still quite new in programming in C++ and I was woundering if anyone can help me with formating the output?

When I run the .exe and have a too long string it automatically breakes into the next row. That`s ok, but can I somehow format the output so that it doesn`t break in the middle of the word without having to format each line of the code separatly.
Could you provide an example (code)?
You could use a getline with ' ' as the delimiter. I think then it will only stop at word breaks or when the end of file it reached.
Topic archived. No new replies allowed.