Turbo C++ 3.0 is still an excellent compiler to use for embedded systems where you need to host the development environment inside the machine itself.
To this day, it's got one of the cleanest, easiest to use IDEs. That's why Borland inspired every single feature you see in "modern" IDEs like Visual Studio. Microsoft actually poached people from Borland Inprise to design their dev environment for C# and the whole suite of tools inside Visual Studio.
You have not lived until you have coded a real-time, networked SCADA system in Turbo C++ in less that a few hundred lines running in 16 bits. The response is superior to most Linux and Windows programs. Best of all, the IDE is so small you can run it on the embedded machine, hack your code a little and run it again.
By the way, here is just a smattering of cool ANSI C++ libraries you can run under Turbo C++:
- JSON parser and generator
- Packet driver for TCP-IP and HTTP
- TinyXML parser
- Real-time expert systems originally written for DOD projects
... you noobs with your "old!" As if that is a criteria for anything! Believe it or not, sometimes things have been around a while and are still in use because they are GOOD and more modern things are CRAP for that particular purpose!
"Old!" Shades of Idiocracy.