Tag Archive for tutorial

C++ Tutorial #6 — If statements and boolean operators.


Topics Discussed: If statements, using bool(ean) operators as custom if-conditionals.

Source Code available here

C++ Tutorial #11 — Common loop errors, break statement, and sentinel loop.


Topics Discussed: Using the break; statement to get out of loops, using conditions to break loops, sentinel loops.

Source code: Unavailable for this video (help by transcribing it)

C++ Tutorial #12 —Knowledge Application: Celcius to farenheit conversion loop


Topics Discussed: Using loops to convert Celsius temperatures to Fahrenheit temperatures.

Source Code Available Here.

C++ Tutorial #22 — Case Logic intro, calculator


Topics Discussed: Case structure, case fallthrough, switch, default

Source Code Available Here.

22-B

Topics Discussed: Case Logic, grading problem

Source Code For Homework Available Here

C++ Tutorial #23 — Functions and function prototyping



Topics Discussed: Functions, Function prototyping, returns, scope

Source Code Available Here


Topics Discussed: Homework

Source Code For The Homework Available Here