Comment Re:Good grief... (Score 1) 113
Anyone with a clue.
Unsigned values in C and C++ are a leading cause of bugs, including security bugs.
Unsigned size_t was a major flaw. STL size() returning an unsigned value just made it worse.
Anyone who codes in C or C++ knows this.