keywords:unsigned From C++ Reference previous page next page unsigned The unsigned keyword is a data type modifier that is usually used to declare unsigned int variables. See the data types page. Related Topics: bool, char, double, float, int, short, signed, void, wchar_t previous page start next page