Can I Run Turbo C++ under RDP platform on ENSON ?
The answer to this question is Yes and No. But before we address that let us understand Turbo C++.
Turbo C++ ( ver 4.5 ) was last updated in 2006. Since than there has been no work on it.
Turbo C++ does not support 64 Bit environment (neither it run smoothly on it, not it can create programs to use 64 Bit platform).
As a result none of the professionals use it any longer. Also on the computing environment the world has moved to 64 bit for better performance ( Just to remind 32 Bit does not support more than 4 GB RAM !! ) .
Naturally we recommend the following alternates for a professional C++ environment which runs smoothly on 64 Bit Platform.
C++ Builder XE7 |
By Borland. Paid Edition. (Founder of Turbo C++) |
|
Dev C++ |
Free Edition
|
You can also refer to the comparison and select the best C++ Compiler to have a professional C++ development environment.
https://en.wikipedia.org/wiki/Comparison_of_integrated_development_environments
So the choice is clear :
You can run TurboC++ on RDP. In that case you have stick to 32 Bit environment and your code will run only on older Machine.
You can switch to newer and better C++ compilers to shift to 64 Bit environment and move with the world.