Skip to content
KnowledgeCity

C++: Getting Started

Learn the first steps of C++ programming
Preview the first lesson free — get full access to all 5 lessons.
Course: On-Demand
Beginner Provider Barbara Hecker  5 Lessons ·  29m  in English 

Course Description

Getting Started

This course will go over the first steps of creating any C++ program, which is downloading a c++ compiler. In this course, you will learn how to download and run CodeBlocks, a free C++ compiler. From there, you will learn how to create your first "Hello World" program as well as understand how user input works, all while learning the very basics of C++ programming.

Learning Objectives

Skills

What You'll Learn

  • Download and install the free CodeBlocks C++ compiler on Windows or Mac
  • Write your first "Hello World" program in C++
  • Run basic C++ programs, including from the Command Prompt
  • Add and handle user input in a C++ program
  • Understand the very basics of how C++ code works
  • Create simple executable programs

Key Takeaways

  • The first step to creating any C++ program is downloading a C++ compiler.
  • CodeBlocks is a free C++ compiler that this course shows how to download and run.
  • The course covers writing a "Hello World" program and understanding how user input works while teaching the basics of C++ programming.
  • Learners practice running programs, including running them from the Command Prompt.

Frequently Asked Questions

What will I learn in this course?

You will learn how to download and run CodeBlocks, a free C++ compiler, create your first "Hello World" program, run basic programs, and understand how user input works, all while learning the very basics of C++ programming.

Do I need a compiler installed before starting?

No. The course goes over downloading a C++ compiler as a first step and shows how to install CodeBlocks, a free C++ compiler, on both Windows and Mac.

What skills will I gain from this course?

You will understand how code works and be able to create simple executable programs, building familiarity with C++ fundamentals and concepts.

What topics do the lessons cover?

The lessons cover installing CodeBlocks on Windows and Mac, creating a Hello World program, running programs from the Command Prompt, and adding user input.