This may be a little confusing for some people...
Short Tutorial on the [The Basics] of C++.
Hope you enjoy!FULLSCREEN HERE
There are tons of types of functions, such as bool, etc. And with libraries like <vector> there are functions like say
std::vector<int> func(){// this returns an int vector}
SHORT C++ Tutorial Pt1: The Basics
This may be a little confusing for some people...
Short Tutorial on the [The Basics] of C++.
Hope you enjoy!
FULLSCREEN HERE
There are tons of types of functions, such as bool, etc. And with libraries like <vector> there are functions like say
std::vector<int> func(){// this returns an int vector}