FUNCTIONS



FUNCTIONS

In Programming One, we used functions in their simplest form to divide up our role-playing-game project. If you recall, you will see the skeleton below of what the functions did in the role-playing-game…

#include

int scene_one( ); //this is a stub or prototype that will be defined in the program

int main( )

{

cout ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download