Introduction
  • Introduction
  • Introduction 2
  • Introduction 3
  • How to isntall Code Block (C++ IDE)
Chapter 1
  • 1_1 Basics
  • 1_2 Basics 2
  • 1_3 (New Line)
  • 1-4 Syntax Error
  • 1_5 cin statement (input)
  • 1_6 (Math)
  • How to write comment on C++
  • 1_7 Bugs in C++
  • 1_8
  • 1.9
  • 1.10
Chapter 2
  • 2.1 Double Variable
  • 2.2 constant
  • 2.3 Math Library
  • 2.4 Absolute value, and power function
  • 2.5 #include
  • 2.6 converting between int and double
  • 2.7 char variab
  • 2.8 Overflow
  • 2.9 getline function
  • 2.10 getline function 2
  • 2.11 Float
  • Real world Example 1
  • Real world Example 2
Chapter 3
  • 3.1 if statement
  • 3.2 If statement 2
  • 3.3 Relational Operators
  • 3.4 (<=, and >=)
  • 3.5 ==
  • 3.6 and operator
  • 3.7 or & not operator
  • 3.8 Real World Example
  • 3.9 switch statement
  • 3.10
  • 3.11 Boolean Variable