Channel Avatar

Linda DuHadway @UCY4_4tI8dD6h4940s-20hdg@youtube.com

2K subscribers - no pronouns :c

Videos to support courses taught at Weber State University.


05:22
Finite State Machines, an intro
04:46
Using the Full method
08:27
Throw and catch exceptions
00:42
Using the template HowMany function with Carton objects
09:40
Overload the insertion operator for the template Point class
02:26
Use the template Point class with doubles
05:49
The template Point class getters and setters implementations
04:42
Use the template Point class with ints
01:51
The template Point class getters and setters declarations
03:09
Use the MaxInArray function with an array of Cartons
02:03
Add documentation for the MaxInArray function
03:49
Use the MaxInArray function with an array of doubles
05:15
Create the MaxInArray function and use it with ints
04:01
Using the Template Swap Function with Cartons
05:55
Using the template MySwap function with doubles
04:33
Creating and using the template MySwap function with ints
05:46
Functions with no inverse
07:11
Inverse of functions with infinite domains & targets
03:57
Bijection required for inverse
08:24
Functions inverse
05:14
Function properties, equality, and the floor and ceiling functions
06:18
Functions example 2
07:14
Functions example 1
05:02
More Cartesian products
05:48
The Cartesian product with strings
07:54
Ordered pairs and the Cartesian product
04:00
Set identities
06:41
Union and intersection
07:14
Difference, symmetric difference, and compliment
04:58
The powerset
04:51
Elements of sets and the empty set
05:45
Venn diagrams and subsets
06:19
An introduction to sets
06:27
Common mathematical sets
06:41
Shorten town using the string substr method
08:00
Create a circuit
09:30
Create a circuit, example 2
07:43
A static data member
09:48
The PayrollRecord class, an introduction
07:03
Try-it-out: The Carton Class, an Introduction
02:28
Adding the const designation
09:21
Read dice data from a file
05:04
Write dice report or data to a file
09:40
When there is too much or too little data
04:59
Test the constructor
09:20
Updating the SetValue method.
06:16
Calling SetNumberOfSides from the constructor
08:47
Making the SetNumberOfSides more robust
05:34
An array of Dice objects
03:00
Inline methods
05:13
The WriteDice method
04:41
The setter methods
08:45
Implement the Roll method
08:50
The getter methods
03:07
Run the Roll method
03:12
Implement the other constructor
03:26
Implement the destructor
06:04
Implement the default constructor
04:17
The constructor declaration
05:57
The declaration for the Dice class