This is probably a simple question, but I was wondering why this:<BR><BR><pre class="ip-ubbcode-code-pre"> while(cin >> wordbuf) words[wordbuf]++;</pre><BR><BR>does ...