I don't understand what should be done while using different compilers for c++. I learned C++ in Turbo C++ IDE, but now , as i try to test the codes from planetsourcecodes and use it in Dev C++, the codes simply donot run. What can i do to make the codes run on Dev C++?
Thanks.
> I learned C++ in Turbo C++ IDE
If you had based your learning on the DOS based Turbo C++ compiler which was released before the International Standard for C++, I'm afraid that much of what you learned would not be ISO C++.
I'd suggest that you use a recent release of the C++ compiler - these approximate the ISO standard for C++ quite closely. As far as I know, Dev C++ is no longer maintained. Since you are on a Windows platform, Code::Blocks would be a good choice.
Download link: http://prdownload.berlios.de/codeblocks/codeblocks-10.05mingw-setup.exe
Advertisement