error in at least one example code download
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
|