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)