Please enable JavaScript.
Coggle requires JavaScript to display documents.
CPP Tutorial - Coggle Diagram
CPP Tutorial
Programming Concepts
Data Types
Demo Data types
Common Things
Data type is
Deternine how memory your variable needs
determine the allowed operations
how they represent the data on memory
Primitive Data types
Numerical
Integer
short
int
long
Flloating-point
float
double
Boolean
Character
char
strings
Composite Data types
Pointers
References
Arrays
User-Defined DAta types
Structures
Enum
Class
Variables
Demo
Info about variables
has a name
value
address
where does it stored?
types
constant
static variables
global
local
Operaors
Control Structures
Functions
Arrays
Pointers and References
Error handling
Memory management
OOP
Classes & objects
Principles
Encapsulations
Abstractions
Inheritance
Polymorphism
Computer
Data
Input
Output
Process
Storage
Algorithm
Definitions
Components
Input
Output
Operations
Store
Data Structures