Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn C++ by Creating
Rating: 3.9 out of 5(2,148 ratings)
30,885 students

Learn C++ by Creating

Learn Programming Basics in C++ with a project based approach
Created byAndrew Volk
Last updated 2/2017
English

What you'll 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

Course content

13 sections16 lectures1h 41m total length
  • Introduction2:18

    Learn C++ through Small Projects from Hello World to Hello Objects

  • Level 0: Getting Started2:21

    Learning C++ is daunting for many reasons, but the most obvious and principal resasons is that people do not know where to even begin. This getting started tutorial is put together in the same format as the rest of the “levels” in this Introduction to C++ course.

  • It won't work!1:40

    What am I supposed to do if Visual Studio does not run on my computer? Do not panic.

  • Self Check for Level 0

Requirements

  • Students will need to be familiar with computers, but no special software or skills are required to get started.

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!

Who this course is for:

  • 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