Zoo tutorials: [ SQL | Linux | XML ]
ProgZoo: [ Java | C# | VB | C++ | Perl ]
Log in

A Gentle Introduction to
C++ Programming

Base types

 

Data types

Base types

There are a number of base types, we can combine these in a number of ways to build more complex types (or classes).

1. [ C++ ] Basic types


Big

int
A whole number, may be positive or negative.
String
A sequence of characters.
double
A fractional number (floating point).
bool
A true false value.