Discover this podcast and so much more

Podcasts are free to enjoy without a subscription. We also offer ebooks, audiobooks, and so much more for just $11.99/month.

Lecture 8: Introduction to Value Returning Functions

Lecture 8: Introduction to Value Returning Functions

FromIntroduction to C++ Programming - Winter 2010


Lecture 8: Introduction to Value Returning Functions

FromIntroduction to C++ Programming - Winter 2010

ratings:
Length:
20 minutes
Released:
Jan 29, 2010
Format:
Podcast episode

Description

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.
Released:
Jan 29, 2010
Format:
Podcast episode

Titles in the series (8)

Introduction to programming in C++ and object-oriented programming - encapsulation using classes, inheritance, etc.