Page 446, first paragraph
The first paragraph, after the initial lines of code, 3rd sentence currently reads:
'The line following #ifndef defines the symbol BOX_H thus ensuring
that the code in this header file are be included a second time.'
I believe that this should read as follows:
'The line following #ifndef defines the symbol BOX_H thus ensuring
that the code in this header file will not be included a second time.'
|