Best Tutorials website


Basic C++ Functions

Basic C++ Functions

We have looked at one function already - the “main” function. Functions are bits of code that the program jumps to in order to do certain tasks. The main function holds the main code (the code that is executed first) and where the other functions are called from. Variables can be passed into and returned from a function. This tutorial will show you more!




Views: 1471 | Rating star | by Marry




View this tutorial
Broken link Report broken link?