PRINT INDEV C++

HI GUYS. I WANT TO PRINT THE OUTPUT OF MY PROGRAM. HOW CAN I DO THAT? THANK YOU.
There are some good tutorials on this site, including one for I/O:

http://www.cplusplus.com/doc/tutorial/basic_io/
In printer?
If you're talking about printing out the output of what your program displays, there is typically a way to copy the context of the console into the clipboard (usually right click on the title bar and Edit->Copy), or you can also use a screen capturing program. If you use the clipboard, just open up your favorite text editor, Notepad for example, and paste the text there, and File->Print ... If you'd prefer to use a screen capturing software, like PrintScreen or LightShot, you will have to follow up with that specific software to print it out.
Topic archived. No new replies allowed.