5 ms·
The example with ">= 0" is an infinite loop, a size_t will always be greater than or equal to zero; it's unsigned.
by clarkcox3 10y ago
The example with ">= 0" is an infinite loop, a size_t will always be greater than or equal to zero; it's unsigned.