difference between turbo c++ 3.0 and DEV c++ 5.0 Beta

1.I want to know that can we execute the codes of turbo c++ in DEV C++.

2.What is the difference between Turbo C++ and DEV C++.

3. When i write the codes of Turbo C++ and DEV C++ in Visual C++ 2010 why it says that this project is out of date and compile it.
You are comparing one very old compiler with another very old compiler. A somewhat pointless exercise.

As for compatibility of actual code, that depends. Some aspects of the language have remained unchanged for years, while others have moved forward. There may also be some proprietary or non-standard code written with older compilers.

Broadly speaking, the answer is the same, use the most up-to-date compiler that you can get access to, and if necessary update your existing code to meet modern standards, to enable it to compile.

By the way, the latest version is 5.3 (Orwell Dev-C++).
Or use Visual C++ which is usually recommended.

If you need help in fixing code incompatibilities, then give details of the problem, someone should be able to help.
Topic archived. No new replies allowed.