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


Go to topic 26665

Return to index page 400
Return to index page 399
Return to index page 398
Return to index page 397
Return to index page 396
Return to index page 395
Return to index page 394
Return to index page 393
Return to index page 392
Return to index page 391