Libraries
When programming in C++ it is important to remember to include libraries, some IDEs automatically common libraries such as Cstd and iostream.
#include <iostream> //iostream is used in order to write to and from the console
using <Math>//This allows powers and square roots to be used
I will be adding a list of useful libraries with summaries of what they contain for C++ and c# if I have time.