unsigned int

Top  Previous  Next

Scripts > Class elements and c++ instructions > Interpreted C++ instructions > Variable types > unsigned int

 

Syntax

 

unsigned int <identifier> ;

 

Description

 

The unsigned int type specifier defines an integer data type, which can hold values in the range 0 - +65565.

 

The unsigned type modifier designates, that the variable value will always be positive.

 

Integer constants can be written in an octal or hexadecimal notation too.



This page belongs to the TextTransformer Documentation

Home  Content  German