|
Subject:
|
error in at least one example code download
|
|
Posted By:
|
proteus
|
Post Date:
|
1/9/2006 3:59:02 PM
|
in the chapter 11 calculator example there is an error in the download. the bexit is not properly initiated. In the download code it reads this:
int bnExit=0;
should read like this:
bool bExit=false;
am checking the rest of the examples to find any other bugs.
Proteus
|
|