i fixed my fix to project 5 test.cpp


[ Follow Ups ] [ Post Followup ] [ CS328 Message Board ] [ FAQ ]

Posted by jason pepas on August 14, 2001 at 06:55:29:

my fix caused a bug.

line 44 - insert a new line:
"int size = count;"

line 59 - change from:
"hereTheyAre(count,array);"
to:
"hereTheyAre(size,array);"

and it should work fine.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS328 Message Board ] [ FAQ ]