Hi,
I know basics of C++ and I used Turbo C to run and compile my programs but as I signed up for various competitive programming websites I got to know that they support GC++ compiler. So what is the difference between C++ 4.3.2 and version 2.1 and what is the best way to transit to C++ 4.3.2.

  • created

    Oct '15
  • last reply

    Oct '15
  • 1

    reply

  • 839

    views

  • 2

    users

  • 1

    link

I can't tell you the difference between those specific versions but most of what you do in Turbo C will be the same in C/C++. The big difference is that a lot of non-c-standard things will be gone, such as the clrscr method and things like that.

I would suggest getting GCC installed. If you're on Linux, it's available as a package. If you're on windows you need to get a special download. I use MinGW (http://www.mingw.org/1)

Not sure what questions you might have but feel free to ask them. If I can't answer them, I can hopefully point you in the right direction.

Suggested Topics

Topic Category Replies Views Activity
C and C++ 0 15 8d

Want to read more? Browse other topics in C and C++ or view latest topics.