Hi

I am just starting to learn C++. Most of the problems I have encountered have been resolved. However, there is one problem which I cannot find an answer for. I am sending large chunks of text to a console window, but it cuts up words instead of moving the whole word to the next line. Is there any way that word-wrap can be enabled through C++ code?

Thanks in advance!