Lecture 15: Final Exam Review and Dynamic Allocation
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... Read more
16 Mar 2010
•
Lecture 14: Introduction to Pointers
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... Read more
16 Mar 2010
•
Lecture 13: More Operator Overloading and Stacks
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... Read more
16 Mar 2010
•
Lecture 12: Member Functions and Operator Overloading
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 inse... Read more
8 Mar 2010
•
Lecture 11-Constructors and Clients
Lecture 11-Constructors and Clients
In this lecture, we continue our discussion of Object-Oriented Programming. Specifically, we introduce the idea of membe... Read more
1 Mar 2010
•
Lecture 10-Introduction to Object-Oriented Programming
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.... Read more
26 Feb 2010
•
Lecture 9-Parameter Passing and Void Functions
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 c... Read more
4 Feb 2010
•
Lecture 8: Introduction to Value Returning Functions
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 returin... Read more
29 Jan 2010
•
Lecture 7: Palindrome homework discussion and arrays
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... Read more
28 Jan 2010
•
Lecture 6: Loops and Intro to Arrays
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. W... Read more
22 Jan 2010
•