I spent good amount of time looking for a Free IDE for trying out C/C++ programs. Below link
How to install Turbo C++ on Windows 7 64bit explains setup step by step
Few things I found useful to be added are
1. After mounting to D Drive, You need to run install.exe under dosbox to get all files unzipped
2. I downloaded DOSBox 0.74 version. The config file is located in
{system drive}:\Users\{username}\AppData\Local\DOSBox\dosbox-{version}.conf
3. Added the below content
mount d c:\turboc
d:
cd tc
cd bin
tc
Now on click of DOSBox shortcut C++ IDE is ready!!
Time to learn/code some more Programming Problems.....
Found yet another simple solution. Use http://codepad.org/ :) :)
Happy Coding!!
November 17, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment