Tip - How do I create a .exe from a .cpp file in Code Blocks?
I've just started learning C++, and to display the outputs of code I found this method. This worked when I first compiled Structure of a Programme.cpp:
#include <iostream>
using namespace s...