Home
C++ Tutorial
Language Basics
Data Types
Operators statements
Array
Development
Exceptions
Function
Structure
Class
Operator Overloading
Pointer
File Stream
template
STL Introduction
string
vector
list
bitset
set multiset
valarray
queue stack
deque
map multimap
STL Algorithms Modifying sequence operations
STL Algorithms Non modifying sequence operations
STL Algorithms Binary search
STL Algorithms Sorting
STL Algorithms Merge
STL Algorithms Min Max
STL Algorithms Iterator
STL Algorithms Heap
STL Algorithms Helper
unsigned short « Data Types « C++ Tutorial
C++ Tutorial
Data Types
unsigned short
2.18.unsigned short
2.18.1.
Create an unsigned short and initialize with result of multiplying two unsigned short variables
2.18.2.
Use typedef to define new type for unsigned short
2.18.3.
Adding Too Large a Number to a signed short Integer
2.18.4.
Putting Too Large a Value in an unsigned short Integer
2.18.5.
Demonstrates declaring and initializing short variables
2.18.6.
Create an unsigned short and initialize with result of multiplying Width by Length
2.18.7.
unsigned short int: overflow