C++ Tutorial 13 : Advanced Functions
Code & Transcript : http://bit.ly/cplus13
Best C++ Book : https://amzn.to/2KpDyfZ
https://www.patreon.com/derekbanas
MY UDEMY COURSES ARE 87.5% OFF TIL February 13th ($9.99) One is FREE
➡️ Python Data Science Series for $9.99 : Highest Rated & Largest Python Udemy Course + 56 Hrs + 200 Videos + Data Science https://bit.ly/Master_Python_46
➡️ C++ Programming Bootcamp Series for $9.99 : Over 23 Hrs + 53 Videos + Quizzes + Graded Assignments + New Videos Every Month https://bit.ly/C_Course_46
➡️ FREE 15 hour Golang Course!!! : https://bit.ly/go-tutorial7 (100 Available)
In this tutorial we explore advanced uses of functions using C++. We'll cover how to store functions as variables, pass functions into other functions, store functions in a vector and more. Then we'll solve 2 problems. We'll receive lists of numbers and then return a list of only the odd values. We'll then generate random lists of heads and tails and add up how often each occurs.