Beginners C++.com

A website to learn C++ at your own pace

  • Tutorials
    • Lesson 0-4
    • Lesson 5-9
    • Lesson 10-14
    • Lesson 15-19
    • Lesson 20-24
    • Lesson 25-29
    • Lesson 30-34
    • Lesson 35-39
    • Lesson 40-44
    • Lesson 45-49
  • New Tutorials
    • Lesson 1 – 5
    • Lesson 6 – 10
    • Lesson 11 – 15
    • Lesson 16 – 20
  • Live Chat
  • Programming Challenges
  • Recommended Books

Advertisement:

C++

  • Tutorials
  • Programming Challenges
  • New Tutorials
  • Examples

Java

  • Bughunt
  • Programming challenges
  • Tutorials

Subscribe to Blog via Email

Other Links

  • Live Chat
  • Recommended Books

Search

Tag: case study

C++ Tutorial #7 — In depth: If statements, nested if commission problem

August 13, 2011 by Damien·0 Comments


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

Source code available here.

C++ Tutorial #13 — Simple game with loops (sentinel loop, while / nested if else)

August 13, 2011 by Damien·0 Comments


Topics Discussed: Making a simple number guessing game

Source Code Available Here
Source Code using srand for pseudorandomity

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

August 13, 2011 by Damien·0 Comments


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

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

August 13, 2011 by Damien·0 Comments

Homework: C++ Homework 5: Using Switch Statements


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 #45 — Case Study: part 1

August 14, 2011 by Damien·0 Comments


Topics Discussed:

Source Code Available Here