Revision: Introduction to C++ Computer Science (C++) Commerce (English Medium) Class 11 CBSE
- C++ Character Set
- C++ Tokens (Identifiers, Keywords, Constants, Operators)
- Structure of a C++ Program (Include Files, Main Function)
- Header Files - Iostream.h, Iomanip.h
- Cout
- Cin
- Use of I/O Operators (<<and>>)
- Use of endl and setw()
- Cascading of I/O Operators
- Compilation
- Error Messages
- Use of Editor
- Basic Commands of Editor
- Linking and Execution
- Data Types
- Variables and Constants
- C++ Data Types
- Constants - Integer Constants, Character Constants (- \n, \t, \b), Floating Point Constants, String Constants
- Access Modifier - Const
- Variables of Built-in-data Types
- Declaration/Initialization of Variables
- Assignment Statement
- Type Modifier - Signed, Unsigned, Long
- Operators - Arithmetic Operators (-,+,*,/,%)
- Assignment Operator (=)
- C++ Shorthands (+=, -=,*=,/=,%=), Unary Operators (-), Increment (++), Decrement (--) Operators
- Relational Operator (>,>=,<=,=,!=)
- Logical Operators (!,&&,||)
- Conditional Operator:- <condition>?<if—true>:<if false>
- Precedence of Operators
- Type Conversion in Expressions
- Type Casting