Brief Introduction
Learn Programming Basics in C++ with a project based approachDescription
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!
Requirements
- Requirements
- Students will need to be familiar with computers, but no special software or skills are required to get started.
Knowledge
- 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