Turbo c++

There are lots of IDE but I want to know why does a programming instructor recommends the use of Turbo c++? On the other hand, I think Dev c++ or Code:Blocks is better and easier to use. Does Turbo c++ has some exceptional compiling speed? or something I am not aware?
Last edited on
I am guessing that your instructor is familiar with Turbo C++ so he is just recommending what he is familiar with. I don't think Turbo C++ is currently distributed or maintained.

http://en.wikipedia.org/wiki/Turbo_C%2B%2B
Because your instructor learned C++ ~15 years ago.
If you're a student with a *.edu address, you should be able to get a free copy of Microsoft's Visual Studio 2010 Professional. Its IDE is great with suggestions and pointing out mistakes. Plus it has a lot of other built-in features.

If your school has MSDNAA, then you may be able to get Visual Studio 2010 Premium (the next step up) for free.

If you wanted to try it, you can download it here:
https://www.dreamspark.com/Products/Product.aspx?ProductId=25
Last edited on
I see there is no any special reason. Thanks.
Topic archived. No new replies allowed.