Uploaded videos
1-10 of 17-
Visualization - How to Find the Minimum/Maximum Value in an Array
petrbeth
2 views
Quick graphic demonstration of the idea behind trying to find the minimum or maximum value in an array.
-
Visualizing How an Array is Handled in Programming
petrbeth
13 views
Quick graphic demonstration to help visualize how the elements of an array are seen by a programming language (i.e. one element at a time).
-
Setting Widths/Alignment in C++ with cout
petrbeth
17 views
Using cout.width and flags to control the width and alignment of items output to the console in C++
-
Take Computer Programming 1!
petrbeth
82 views
All the reasons why you should take Computer Programming 1. It is challenging! It is weighted! There are still a growing number of well-paying IT jobs! AND..these little r...
-
Translate a While Loop to a For Loop in Java
petrbeth
259 views
Example in which the output produced by a while loop is mimicked using a for loop in Java. Explanation about the scope of a loop control variable defined in the for loop he...
-
Passing Parameters by Value to a Function in C++
petrbeth
138 views
Demo of how to pass parameters by value to a function in C++.
-
Calling a Function from Another Function (with value parameters)
petrbeth
60 views
Demo of calling one function from another function that is not main in C++ and passing parameters by value to it.
-
A Most Basic C++ Function
petrbeth
90 views
Demo of the most basic of functions in C++, involving no information sharing (no parameters, and nothing returned). Quick discussion of what is meant by local variable scop...
-
Passing by Value - The Hamster Metaphor
petrbeth
45 views
This uses the metaphor of a hamster habitrail to describe what happens to variables when passed by value between functions.
-
Integer Division, Type Promotion, Casting, & Modulus
petrbeth
356 views
Video examines integer division, type promotion, and type casting, as well as revisited modulus in Java.
Advertisement










Play all(17)