C++ Tutorial ArticlesC++ Home C++ Intro C++ Get Started C++ Syntax Syntax Statements C++ Output Print Text New Lines C++ Comments C++ Variables Declare Variables Multiple Variables Identifiers Constants C++ User Input C++ Data Types Basic Data Types Numbers Booleans Characters Strings C++ Operators Arithmetic Assignment Comparison Logical C++ Strings Strings Intro Concatenation Numbers and Strings String Length Access Strings Special Characters User Input Strings Omitting Namespace C-Style Strings C++ Math C++ Booleans Boolean Values Boolean Expressions C++ Conditions if else else if Short Hand If…Else C++ Switch C++ While Loop While Loop Do/While Loop C++ For Loop For Loop Nested Loops The foreach Loop C++ Break/Continue C++ Arrays Arrays Arrays and Loops Omit Array Size Get Array Size Multidimensional Arrays C++ Structures C++ Enums C++ References Create References Memory Address C++ Pointers Create Pointers Dereferencing Modify Pointers