STARTING
Now to start off with C++, we need to get a few things ready.
- 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.
- 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.
- Install your downloaded IDE
- Now you are ready to start coding in C++
Comments
Post a Comment