Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

(C++) int

 

Keyword for the integer data type. The integer data type is suitable for for storing whole numbers.

 

 

 

int diceValue = 5;

 

 

int code snippets

*       GetMaxInt: get the maximal value of an int

*       IntToAnsi: convert int to AnsiString

*       IntToBitString: convert int to a bitstring

*       IntToGray: convert int to Gray code

*       IntToStr: convert int to std::string

*       IsInt: check if a std::string can be converted to a int

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.