Jump to content
Hash, Inc. - Animation:Master

C++ Week 16 Functions


robcat2075

Recommended Posts

  • Hash Fellow

John Purcell introduces functions, a form of reusable code.

When you invoke a function, that causes the program to depart to another portion of your code, execute it, then return to just after the original function call.

This first lesson on functions does not yet consider the important function return values or function parameters, but those are coming.

Sample lesson idea:

Copy the code of your Case and Switch program into a new C++ project and modify it to print the opening title and explanation via a function that is called, rather than having those hard coded into the main() loop of your program

If your Case and Switch program didn't have an opening title and explanation... invent one for your function to print!

Link to comment
Share on other sites

  • robcat2075 changed the title to C++ Week 16 Functions
  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Join the conversation

You are posting as a guest. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...