There is a software named DOSBOX for windows vista which is capable of runing ur turbo c++ compiler on full screen.
Download it from here: http://www.dosbox.com/download.php?main=1
^^ i have downloaded and tested DOSBOX as i previously say.
install it and run.
Now a virtual x86 dos environment will appears. z:\>
To run tc.exe just write following command: z:\>mount c c:\tcpp and press enter.
change drive by c: command
Then write here tc.exe and press enter.
Now a good looking window of tc.exe will appear in comparison of simple Vista run.
Although it is also not in full window but big than default and looks very neet and clean.
Thanks for that, I tried dosbox once before but couldnt get Hocus Pocus game working I was too lazy to read the documentation, now tried it again and got it working
__________________
If the Start Windows Restart when Windows starts check box is checked Windows Restart will start automatically every time Windows is started. - Actual excerpt from a windows program help file
it can be an option.... i dont see why ppl rofl unnecessarily. i have worked on it and good programmers hardly make mistakes and if they make they KNOW where they are wrong... They dont wait for INTELLISENSE to pop up. I have made a whole damn ADVERTISEMENT on "WEAR HELMETS" using c graphics in TURBO C.
You've gone past that level already, so you don't feel that way. Good programmers are made out of constant practice and good practice mind you, not born.
but i think novices should not go for intellisense and "ready made" code tht builds up on its own in various IDEs. they wont give user the knowledge wats actually going on... however once in a professional stage, one can use them to fasten up coding part and focussing more on business idea.
When did I talk about intellisense and ready-code? I was only pleading for a proper compiler that warns when it has to and outputs an error when there is. Work with pointers in gcc and in tc and you will know the difference.