
C++ Logo
I got few solutions to this. One of the best and safest solution is install Windows 98 or 95 version in your system, or best way go to any internet cafe (or friends house) tell him to give the computer having Windows 98 installed and take screenshots on it. Screenshots can be taken using “Print Screen” button which is present above the “Delete-End-Pageup” buttons or near the scroll lock.
Just simple,
There are few softwares which enable us to take screenshots of any programming languages, but here in Windows XP all such softwares get failed. so install older Window versions. We can say “Old is Gold”
updated: You can also a software/emulator named DosBox to take screenshots of your C++ Programms.
|
|


















July 27, 2008 at 4:07 pm
am i reading this correctly … you are saying that by pressing printscreen the output of a c++ program can not be copied to clipboard .. i find this hard to believe .. what are you in MFC/CLR/Win32 Console … i can screenshot multiple monitors with dos prompts running under xp and even with counterstrike in a window etc. Please clarify!
[Reply]
July 27, 2008 at 4:07 pm
Actually the Turbo c++ compiler doesnt support the print screen button in windows XP. so thats where the problem arises.
Though in Windows 98 it works fine.
[Reply]
July 27, 2008 at 4:07 pm
But in minimize mode it supports print screen.
[Reply]
July 27, 2008 at 4:07 pm
@salihpk
BUt few Programms are made to run in Full screen only. and few are designed for specific resolution.
Actually this problem was faced by me, if you think its wrong just code a Graphics related C++ program and try to take its screenshot.
[Reply]
July 27, 2008 at 4:07 pm
Yup !!!
Nice comment chetan !!!
I had already faced this problem and solved it .
The previous version of windows supports this facility of print screen in DOS .
Execute your graphics program and press print screen .
If you don’t believe me then I can provide you with some proof
[Reply]