Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CPP

C++ Variable Types

Type 			 Description

bool				Stores either value true or false.
char				Typically a single octet (one byte). This is an integer type.
int					The most natural size of integer for the machine.
float				A single-precision floating point value.
double				A double-precision floating point value.	
void				Represents the absence of type.
wchar_t				A wide character type.
Source by www.tutorialspoint.com #
 
PREVIOUS NEXT
Tagged: #Variable #Types
ADD COMMENT
Topic
Name
1+8 =