CSCI 1060U: Programming Workshop I
This channel feature in-class programming examples from CSCI 1060U: Programming Workshop I (http://www.sqrlab.ca/csci1060u/) at the University of Ontario Institute of Technology. The example videos are unedited and are made available as a supplement to the lecture materials provided on the course website.
Implementing a Stack Class in C++
Overloading Operators in C++ Using Friend Functions
Friend Functions in C++
Overloading Operators in C++
Get and Set Functions in C++ Classes
Structs in C++
A First C++ Class
Pointers and Ordinary Variables in C++
Pointers as Call-By-Reference Parameters in C++
Pointers as Call-By-Value Parameters in C++
File Input & Output in C++
Appending to a File in C++
Call-By-Value vs. Call-By-Reference Parameters in C++
Programmer Defined Functions in C++
Predefined Functions in C++
Loops in C++
Switch Statements in C++
If-Else Statements in C++
Type Casting in C++
Output Formatting in C++