KnowledgeCity

C++ Programming Introduction

Start creating your own computer programs.
Preview the first lesson free — get full access to all 51 lessons.

To view this video please enable JavaScript.

Course: On-Demand
Beginner  Provider Kyle Muldrow  9 chapters ·  51 Lessons ·  8h 5m  in Arabic, English, Spanish 

Course Description

The process of creating a computer program is about finding solutions to problems. In this introductory course, students become familiar with one of the most popular programming languages, C++. Discover how C++ uses the basic structures of programming and learn how to create objects with attributes and behaviors to get tasks done. No previous programming experience or knowledge is necessary to start creating your first C++ program.

What You'll Learn

  • Create your first C++ program with no previous programming experience required
  • Open and create a C++ project and produce text and numeric output
  • Use variables, data types, strings, constants, and comments in C++
  • Apply input commands and math operations to handle data
  • Build decision logic with if-else statements for single and multiple conditions
  • Implement switch structures and common loop structures to control program flow

Key Takeaways

  • The course introduces C++, one of the most popular programming languages, to learners with no prior programming experience.
  • Creating a computer program is presented as the process of finding solutions to problems.
  • Students learn how C++ uses the basic structures of programming and how to create objects with attributes and behaviors to get tasks done.
  • The lessons progress from program setup and output to variables, input, conditionals, switch structures, and loops, reinforced by hands-on exercises.

Frequently Asked Questions

Do I need prior programming experience to take this course?

No. No previous programming experience or knowledge is necessary to start creating your first C++ program.

Who is this course for?

It is an introductory course for students who want to become familiar with C++, one of the most popular programming languages.

What topics does the course cover?

The course covers creating a computer program, text and numeric output, variables and data types, the string data type, constants, comments, input commands, if-else statements with single and multiple conditions, switch structures, and common loop structures, along with hands-on exercises.

What skills will I gain?

You will gain skills in C++ and Visual C++ programming, C++ fundamentals and concepts, and computer programming and programming concepts.

Does the course include hands-on practice?

Yes. The course includes several exercises, including Exercise 1, Exercise 2, and a two-part Exercise 3.