Libraries

From TRCCompSci - AQA Computer Science
Revision as of 22:45, 17 December 2016 by Jared (talk | contribs) (Created page with "When programming in C++ it is important to remember to include libraries, some IDEs automatically common libraries such as Cstd and iostream. <tabber> C++= <syntaxhighlight ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.