|
Hi all,
I'm building an application with c++.net win32 console and i need a little bit of assistance.
I'm trying to open a normal textfile,(a paragraphs worth) and it'll output it onto the screen (in the console screen). But i also want it to be text justified to the left of the screen. (like ms. word can)
Also, i want it to chop off the sentence after 15 spaces, and continues the paragraph onto next line underneath. (again like ms. word)
Any help would be greatly appreciated. :)
|
|
|
|
|
|
|
// |