Introduction to C++ Programming - Winter 2010
Kanal-Details
Introduction to C++ Programming - Winter 2010
Introduction to programming in C++ and object-oriented programming - encapsulation using classes, inheritance, etc.
Neueste Episoden
10 Episoden
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, inclu...

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 o...

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.

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 Fractio...

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....

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 mechanic...

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 o...

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...

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...

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...