Loading

How to Print Output sreen of a C Graphics Program

How to Print Output sreen of a C Graphics Program


Normally we press Prt Scr(Print Screen) button to copy the output of a c-program. However, this does not works for C Graphics Programs. So here's the alternate way to Copy/Print Output Screen of Graphical C-Program :
  1. Download DOSBox (an x86 emulator with dos).
  2. Open DOSBox and Follow the commands, 
  • mount c c: [press enter]
  • c: [press enter]
  • cd c:\tc\bin [press enter]
  • tc [press enter]
     3. This will open TC in DOSBox. Compile and Run the Program Normally. When output Screen appears, minimize screen with Alt + Enter. Now you can Copy the output Window by pressing Alt + Prt Scr.




This entry was posted in . Bookmark the permalink.

Leave a reply