Please enable JavaScript.
Coggle requires JavaScript to display documents.
Intensive C++ Course - Coggle Diagram
Intensive C++ Course
Operators
Logical Operators
Bitwise Operators
Comparison Operators
Increment/Decrement Operators
Arithematic Operators
Assignment Operators
Functions
Type of functions
Function overloading
Default value parameter
Recurssion
Control structure
Conditional Statements
if else statement
Positive Negative
Max and mIN
ODD Even
if else if statement
Grade Letters
conditional operators
switch statement
Get the names of week days based on a number
get the month as string based on the number
If statement
Equality
InEquality
LOOP statements
For LOOP
While LOOP
Do While LOOP
Ranged-LOOP
Applicaitons
Start To End
End to start
start to middle
middle to end
end to middle
middle to start
From both Start and end
Branching Statements
Continue
Break
Exit
Return
Strings
Access individual character
Reverse a string
check palaindrome
Arrays
1Dimentional
Read into array
Print from array
Min item
Max Item
Sum of items
Odd Items
Even items
Positive items
Negative Items
Prime Items
2D
Read into array
Print from array
convert 2D to 1D array
Data Types
Primitives
Int
Float
Double
Char
Bool
Composite
Arrays
String
Structure
Input and Output
Input
Read String
Read Number
Read character
Read a bool
Output
Print Number
Print String
Print char
Print Bool
ta
Variables
Characteristics of variable
Local Variables
Static variables
Rules of naming them
Global Variable
Constant Variables
File Handing
Enumerations
Pointers and references
Exception Handling
Structures
Dynamic memory allocation