Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
The Complete C++ Developer Course
Rating: 4.6 out of 5(2,706 ratings)
17,305 students

The Complete C++ Developer Course

Updated for 2025 – Master Modern C++ with Real Projects and Challenges!
Last updated 2/2026
English

What you'll learn

  • Master the fundamentals of modern C++ programming, including variables, control flow, functions, and data types
  • Apply procedural and object oriented techniques using classes, constructors, encapsulation, and dynamic memory
  • Develop practical skills and terminology related to software development
  • Build and manipulate common data structures, including arrays, vectors, linked lists, stacks, and queues
  • Understand and implement abstract data types (ADTs) using both array- and pointer-based approaches
  • Strengthen problem-solving and debugging skills with practice challenges, hands-on exercises, and clear explanations

Course content

25 sections246 lectures43h 39m total length
  • Section Overview2:07

    Learn how an IDE and a compiler translate C++ into machine code, then follow platform-specific setup guides for Windows with Visual Studio or macOS/Linux with VS Code to start coding.

  • Course Files & Code Repository0:02
  • Getting Started on Windows with Visual Studio IDE4:51

    Learn how to set up your Windows environment for C++ with Visual Studio Community Edition, create a project, add Main.cpp, and run a Hello World program to verify the setup.

  • Getting Started on macOS or Linux with VS Code5:27

    Learn to set up and use Visual Studio Code for C++ on macOS or Linux, installing VS Code, creating a project folder, configuring g++ tasks, and running your program.

  • How to Find Answers to Your Questions2:31

    Debug your code with print statements and breakpoints, then search online for specific errors. Ask clear, positive questions and contribute to the community by sharing solutions in the forums.

Requirements

  • A computer and a willing attitude!

Description

Welcome to The Complete C++ Developer Coursefully refreshed for Summer 2025 with brand-new content, modern projects, and updated tooling!


Why Learn C++?

C++ remains one of the most powerful and in-demand programming languages in the world. With over 4 million developers using it and average U.S. salaries exceeding $100,000, C++ continues to dominate fields like game development, high-performance systems, finance, simulations, robotics, and more.

C++ gives you full control of system resources, powerful performance, and mastery over both low-level and high-level programming.


Why This Course?

This course is designed for beginners and anyone looking to build real fluency in C++. It’s hands-on, challenge-based, and focused on building both your confidence and competence through projects, quizzes, and carefully explained concepts.

You’ll learn not just the how, but the why behind the code—from the fundamentals of variables and loops to advanced concepts like object-oriented programming, dynamic memory, file I/O, the Standard Template Library (STL), and even custom data structures.


What's New in the Summer 2025 Refresh?

  • All-new HD recordings with clearer explanations and cleaner code

  • Modern C++ features and updated IDE setup for Visual Studio and VS Code

  • Streamlined pacing and improved structure

  • Refined practice challenges in nearly every lecture

Sample Projects in this Course Include:

  • Area Calculator – Using constants, arithmetic, and formatted output

  • MoreArrayFun – Populating and printing arrays using traditional and range-based loops

  • TwiceNumbers – Using the STL array class with calculated values

  • VectorPractice – Inserting, removing, and iterating over dynamic vectors

  • Employee Salary Report – A modern file input/output project using real-world scenarios

  • Student Roster Generator – Handling and organizing student data with file processing

  • Movie Genre Preferences – Frequency counting using map or unordered_map

  • Language Translator – Implementing a mini dictionary-style program

  • Crop Hybridization Simulator – Applying random number generation and probability

  • Drone Fleet Tracker – Managing a dynamic list of drones with object pointers

  • Exception Lab – Practicing try/catch blocks, custom exceptions, and input validation


Who's Teaching This?

Your instructor is John P. Baugh, Ph.D., a professional software engineer, consultant, and college professor with over 15 years of teaching experience. Dr. Baugh combines deep technical knowledge with an easygoing, beginner-friendly teaching style that makes learning C++ approachable and fun.


This course is eligible for the Codestars Certificate Authority (CCA) certificate. Students can take the official exam via codestarscom, and those who pass the quiz will receive their CCA certificate. (more details in the course!)


What Are You Waiting For?

Join 12,000+ students and start your journey into modern C++ today. Whether you're preparing for a job, building your own apps, or just curious how software really works under the hood—this course has everything you need.

Jump in and start coding now!

Who this course is for:

  • Beginner coders, new to C++
  • Developers looking to upskill by adding C++ to their CV
  • Experienced C++ programmers who want to stay sharp!
  • College students and anyone studying C++