IDE Setup
In this tutorial we'll install and set up an IDE, which you'll need in order to view and run all of the programs in C++ Data Structures from Scratch.
Contents:
What is an IDE?
Obtaining the source code
Installing Code::Blocks
Creating a Project
Compiling and running a program
Removing source files from a project
Source code formatting
Recommended study approach