Episode Synopsis "Lecture 8: Introduction to Value Returning Functions"
In this lecture, we introduce the notion of value returning functions in C++ and provide several examples. Value returing functions are quite similar to functions you would, say, see in excel. However, there are some important differences that we will notice between the two later in the course, particularly in respect to parameter passing modes. We cover both using pre-definied functions and creating programmer-defined functions. Lastly, we finish with a brief introduction to separate compilation.
Listen "Lecture 8: Introduction to Value Returning Functions"
More episodes of the podcast Introduction to C++ Programming - Winter 2010
- Lecture 15: Final Exam Review and Dynamic Allocation
- Lecture 14: Introduction to Pointers
- Lecture 13: More Operator Overloading and Stacks
- Lecture 12: Member Functions and Operator Overloading
- Lecture 11-Constructors and Clients
- Lecture 10-Introduction to Object-Oriented Programming
- Lecture 9-Parameter Passing and Void Functions
- Lecture 8: Introduction to Value Returning Functions
- Lecture 7: Palindrome homework discussion and arrays
- Lecture 6: Loops and Intro to Arrays