⚙️ C++

Foundations of Programming — 4-module course

About this course

This course introduces C++ programming across four modules. Starting from setting up the development environment and language fundamentals, it progresses through operators and control structures, functions, and arrays — building the foundation for structured, efficient programming in an engineering context.

Course Modules

1

Introduction to C++

10 lessons  ·  Setup, fundamentals, variables, I/O

2

Operators and Control Structures

8 lessons  ·  Operators, conditionals, loops

3

C++ Functions

8 lessons  ·  Function structure, scope, overloading

4

Arrays in C++

9 lessons  ·  1D and 2D arrays, operations, functions