STARTING


Now to start off with C++, we need to get a few things ready.
  1. Download a C++ IDE or any 'IDE' that supports C++ language. Basically what you need is a text editor but here is link to an 'IDE' you might want to use. Click here to download it.
  2. I recommend getting the one written as 'codeblocks-13.12mingw-setup'. Probably buy the time you get this software the version might be different and as a result, the numbers in the middle '13.12' might be different. but my main point is that you get the one with the compiler and debugger pre-installed.
  3. Install your downloaded IDE
  4. Now you are ready to start coding in C++

Comments

Popular posts from this blog