Tag Archive for Tutorials

C++ Tutorial #0 — Setting up Cygwin


Part 1– Setting up the netbeans IDE



Part 2 (which may no longer be necessary, since 7.1 came out)

Topics covered:
Downloading / installing netbeans / Cygwin on windows.

Install instructions from netbeans (verbose)

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 #7 — In depth: If statements, nested if commission problem



Topics Discussed:If statements, case study with commission sales.

Source code available here.

C++ Tutorial #9 — Section 1 review


Topics discussed: Review of section 1: Lessons 1-9

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 #13 — Simple game with loops (sentinel loop, while / nested if else)


Topics Discussed: Making a simple number guessing game

Source Code Available Here
Source Code using srand for pseudorandomity

C++ Tutorial #14 —Clarification: Scope, if, and casting


Topics Discussed: Scope, casting numbers, and if statements

No source for this video since it’s all pretty simple.

C++ Tutorial #15 — Style, and clarification



Topics Discussed: What is style?

Source Code Available Here

C++ Tutorial #16 — Loops in action–Currency converter


Topics Discussed: Case study, making a currency converter

Source Code Available Here

16-B

Topics Discussed: Making a personal calculator with what we’ve learned so far.

Source Code For Homework Available Here