Prototyping in C++
Introduction:
This tutorial is on how to use Function Prototyping in C/C++.
Function File:
Here is a basic function file which, after running the 'int main' function, runs a custom function named 'calculate' which returns an integer and is output to the screen.
- #include <iostream>
- Read more about Prototyping in C++
- Log in or register to post comments
- 27 views