Forget Turbo C++, there is no way you're using a 16-bit computer. I assume your program emulates a 16-bit environment just to run it. 16-bit computers haven't been in wide use for over two
decades now. Decades! But, you're not going to be able to change India's academics overnight. As you said in the other thread, keep learning other ways to do C++ yourself. Don't go against the grain
too much or you'll be at risk of annoying your instructors.
Is there a newer, better IDE that schools must adopt? |
- If you're looking for a specific compiler, yes, you could use the Bloodshed Dev-C++ (doesn't come with the most up-to-date compiler, but still magnitudes better than Turbo).
- You can also use Visual Studio 2017 Community if your computers can handle it (it's free, but you "pay" by giving your information to Microsoft).
- A third option is Code::Blocks IDE, open-source and free (as in beer and freedom).
- Eclipse is available, but I personally haven't used it for C++.
- (Others I can't think of)
Other than that, there's also applications like Notepad++ and other text editors that can decently integrate compiler scripts.
http://docs.notepad-plus-plus.org/index.php/Compiling_Source_Code
(Or, just use Notepad++ and build the actual program separately).