This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

Learning C++ - Part 1 - Downloading Code::Blocks

Words
101
Reading
1 min
Listen
Play
9y

Untitled-1.jpg

Before starting to code, we should first download an IDE called Code Blocks.

What is an IDE?


Simply where we gonna write our code!

Code Blocks can be downloaded from this link!
http://www.codeblocks.org/downloads/26

Capture.PNG
Please make sure its "mingw-setup". It is REALLY IMPORTANT! :)

After the download ends open the IDE and follow my steps:

  1. We gonna create a C++ project, to do that click
    Capture.PNG

  2. Choose "Console Application".
    Capture.PNG
    Then click "Go"!

  3. Click "Next", choose "C++", then enter the name of your project and its directory.
    Capture.PNG

  4. Click "finish".
    Capture.PNG

That all for this video dont forget to follow me and upvote this post!
Thank you!

Learning C++ - Part 1 - Downloading Code::Blocks | Ecency