Posted by nevermind on August 15, 2001 at 05:05:54:
In Reply to: i fixed project 5 test.cpp posted by jason pepas on August 14, 2001 at 06:37:14:
: for those interested:
: test.cpp - line 54:
: change "array[count++] = word;"
: to "array[--count] = word;"
: and it works fine.
: i emailed him - he should fix it soon.
Actually I think I'm looking at the fixed version so nevermind