"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

November 17, 2010

Installing Turbo C++ in Win7 64 bit

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!!

No comments: