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 :
- Download DOSBox (an x86 emulator with dos).
- Open DOSBox and Follow the commands,
- mount c c: [press enter]
- c: [press enter]
- cd c:\tc\bin [press enter]
- tc [press enter]