how to print output program in visual studio 2008

hi guys. how are you all. I have a question regarding Visual Studio 2008. So far I am printing my output by running the program in win console and then copy the output and paste in the notepad. Sometimes I didn't get all the output if program output has many lines. So, Is there other way to print the output directly in the notepad or something else without using the fstream. Thank you guys. have a great day.
You could send the output to an std::stringstream object and then copy its contents to the Windows clipboard.
Thank you helios for the reply. Is it possible to run the program in different form like win 32 console. So that i can see my whole output of the program.
Topic archived. No new replies allowed.