Introduction to C++ Programming - Winter 2010 podcast artwork

PODCAST · education

Introduction to C++ Programming - Winter 2010

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

  1. 10

    Lecture 15: Final Exam Review and Dynamic Allocation

    In this lecture, we review key concepts that will be covered by the final exam. Also, we discuss more details pertaining to dynamic allocations, including motivation, requesting dynamic memory, and releasing dynamic memory, that will not be covered on the final exam.

  2. 9

    Lecture 14: Introduction to Pointers

    We discuss the details of pointer values and types in C++ in this lecture. We conclude with a very brief introduction to dynamic allocation and some other motivation behind pointer types in C++.

  3. 8

    Lecture 13: More Operator Overloading and Stacks

    We begin this lecture by discussing operator overloading in more detail. The lecture concludes with details on designing a stack data structure class.

  4. 7

    Lecture 12: Member Functions and Operator Overloading

    In this lecture, we discuss possible solutions to the Fraction homework, as wel as briefly touch on overloading the insertion operator for the Fraction class.

  5. 6

    Lecture 11-Constructors and Clients

    In this lecture, we continue our discussion of Object-Oriented Programming. Specifically, we introduce the idea of member functions to create objects. Such functions are called contructors. We then go on to discuss the various ways clients of the Fraction class can use objects of type Fraction. We conclude with homework problem discussions.

  6. 5

    Lecture 10-Introduction to Object-Oriented Programming

    This lecture is an introduction to Object-Oriented programming. We first begin by describing some motivation of objects. Then, we discuss the mechanics of classes, including how they are declared, the various keywords used, etc. We conclude with several implementation details pertaining to how classes are typically split into different files to facilitate separate compilation.

  7. 4

    Lecture 9-Parameter Passing and Void Functions

    In this lecture, we mainly discuss function parameter passing modes, namely, the differences between call-by-value and call-by-reference. We then go on to discuss void functions and using arrays as arguments to functions.

  8. 3

    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.

  9. 2

    Lecture 7: Palindrome homework discussion and arrays

    In this lecture, we mainly discuss the details and requirements of the Palindrome homework assignment, however, doing so also entailed discussing many details of static arrays in C++. Specifically, static arrays will have two notions of size, i.e., a maximum size (the maximum number of elements an array can hold) and an actual size (the number of valid elements the array currently holds). Lastly, we discuss and develop an algorithm to solve the homework problem.

  10. 1

    Lecture 6: Loops and Intro to Arrays

    In this lecture, we begin by explaining answers about boolean operations and variable scopes raised in the last class. We then go on to discuss global variables and named constants. The focal point of the lecture, repetitive statements in C++, comes next.

Type above to search every episode's transcript for a word or phrase. Matches are scoped to this podcast.

Searching…

We're indexing this podcast's transcripts for the first time — this can take a minute or two. We'll show results as soon as they're ready.

No matches for "" in this podcast's transcripts.

Showing of matches

No topics indexed yet for this podcast.

Loading reviews...

ABOUT THIS SHOW

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

HOSTED BY

Computer Science & Engineering

Produced by The Ohio State University

CATEGORIES

Frequently Asked Questions

How many episodes does Introduction to C++ Programming - Winter 2010 have?

Introduction to C++ Programming - Winter 2010 currently has 10 episodes available on PodParley. New episodes are automatically indexed when they're published to the podcast feed.

What is Introduction to C++ Programming - Winter 2010 about?

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

How often does Introduction to C++ Programming - Winter 2010 release new episodes?

Introduction to C++ Programming - Winter 2010 has 10 episodes. Check the episode list to see recent publication dates and frequency.

Where can I listen to Introduction to C++ Programming - Winter 2010?

You can listen to Introduction to C++ Programming - Winter 2010 on PodParley by clicking any episode. We provide an embedded audio player for direct listening, and you can also subscribe via your preferred podcast app using the RSS feed.

Who hosts Introduction to C++ Programming - Winter 2010?

Introduction to C++ Programming - Winter 2010 is created and hosted by Computer Science & Engineering.
URL copied to clipboard!