Topics Discussed: If statements, using bool(ean) operators as custom if-conditionals.
Tag Archive for tutorial
C++ Tutorial #6 — If statements and boolean operators.
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)
Category: Tutorials /
Tags: break, Break statement, for, loops, Sentinel loop, tutorial, Tutorials, while
C++ Tutorial #12 —Knowledge Application: Celcius to farenheit conversion loop
Topics Discussed: Using loops to convert Celsius temperatures to Fahrenheit temperatures.
C++ Tutorial #22 — Case Logic intro, calculator
Topics Discussed: Case structure, case fallthrough, switch, default
22-B
Topics Discussed: Case Logic, grading problem
Category: Tutorials /
Tags: calculator, Case, case study, grading problem, logic, tutorial, Tutorials
C++ Tutorial #23 — Functions and function prototyping
Topics Discussed: Functions, Function prototyping, returns, scope
Topics Discussed: Homework