C++ 2024 Course# Chapter 01: C++ 2024 Course 1.1 Getting started 1.1.1 Printing on console 1.1.2 Commenting in C++ 1.1.3 Errors and Warnings in C++ 1.1.4 Statements and Functions 1.1.5 Input and Output Streams 1.2 Variables And Data Types 1.2.1 System numbers: 1.2.2 Integers 1.2.3 Integers Modifiers 1.2.4 Fractional Numbers 1.2.5 Boolean Type (bool) 1.2.6 Character Type (char) 1.2.7 Type Deduction with auto 1.2.8 Variable Assignment and Reassignment 1.3 Operation on data 1.3.1 Arithmetic Operators 1.3.2 Increment and Decrement Operators 1.3.3 Compound Assignment Operators 1.3.4 Comparison Operators 1.3.5 Logical Operators 1.3.6 Stream Manipulators Reference 1.3.7 Numeric Limits 1.3.8 Math Functions (<cmath>) 1.3.9 Integral Promotions 1.4 Flow Control 1.4.1 The if Statement Chapter 02: OpenGL 1.1 Basic window template Hello Window with GLFW and GLAD