In this video we go over the fundamentals of the dreaded pointer by talking about what they are, how they work, which applications they're most useful for, and make a simple program to show them in...
In this video I show how to solve the Coding Newbie Challenge to create a program that simulates a dialogue between the user and a store clerk for ordering different size drinks by utilizing switch...
In this video I explain how to solve the CNC (Coding Newbie Challenge) to ask for a user to enter a temperature in Celsius and have it converted to Fahrenheit.
In this video I will be covering user-defined functions, while including a program example for both a function void of a return type and a function with a return type.
In this video I will be talking about different varieties of functions, where to find and/or define functions, and how to use the sqrt function in a simple program involving user input.
In this video I will be showing a variant of the basic "Hello World" program and breaking it down, line by line. For those of you that didn't catch the coding newbie challenge, here it is:
In this introductory video to my C++ programming tutorial series, I cover the basics of what an IDE is and how to download/install Microsoft Visual Studio 2013.