Learn C++ by Creating

Learn Programming Basics in C++ with a project based approach

Ratings: 3.18 / 5.00




Description

Learning C++ programming can be very intimidating, but we will be working on building our skills one level at a time. All of the lectures are hands on video lessons to get you creating your own programs.

This is a great course for beginners or a nice refresher for anyone who has not used C++ in a while.

In this course you will learn how to...

  • Get your computer ready to program in C++ using Visual Studio. (Level 0: Getting Started)
  • Create an application that handles standard output. (Level 1: Hello World!)
  • Create an application that handles input. (Level 2: Nice to Meet You)
  • Create an application that manipulates strings. (Level 3: Name the Great)
  • Create an application that has a conversation. (Level 4: Chatbot)
  • Create an application that does Arithmetic. (Level 5: Integer Calculator)'

AND MANY MORE!

What You Will Learn!

  • Create a portfolio of C++ projects using... C++
  • Get your computer ready to program in C++ using Visual Studio. (Level 0: Getting Started)
  • Create an application that handles standard output. (Level 1: Hello World!)
  • Create an application that handles input. (Level 2: Nice to Meet You)
  • Create an application that manipulates strings. (Level 3: Name the Great)
  • Create an application that has a conversation. (Level 4: Chatbot)
  • Create an application that does Arithmetic. (Level 5: Integer Calculator)'
  • Create an application that does math with decimals. (Level 6: Decimal Calculator)
  • Create an application that uses if statements (Level 7: Correct Answer)
  • Create an application that uses if and else statements (Level 8: Incorrect Answer)
  • Create an application that uses if, else if, and else statements (Level 9: Old Enough to Vote)
  • Discuss some of the fundamentals of computer programming

Who Should Attend!

  • People who have never used C/C++ programming before.
  • People who desire to solidify and remember some basics of C++ that they may have forgotten.
  • People who prefer to learn by doing instead of simply watching videos