Errata for Practical Programming
We try to keep our books accurate, but sometimes mistakes creep in. This page lists the errors submitted by our astute readers. If you've found a new error, please submit it.
The latest version of the book is P4.0, released 4 months ago. If you've bought a PDF of the book and would like to upgrade it to this version (for free), visit your home page.
| Paper | Description | Found in | Fixed in | |
|---|---|---|---|---|
| 9 |
#48528: 17 / 10 produces 1.7 not 1 (an integer).
Int division would be 17 // 10 and produce a one.
Perhaps the text is not current with now state ...more...
|
P4.0
15-Jan-12 |
||
| 19 |
#47879: <code:bold> tags visible--Jessen Havill |
P4.0
31-Oct-11 |
||
| 75 |
#47819: In the v4.0 PDF and mobi version, the first example after the first paragraph in section 5.4 appears like this:
for <code:bold>variable</co...more...
|
P4.0
26-Oct-11 |
||
| 204 |
#48007: In the first if statement you have: else:
That should be else:
|
P1.0
22-Nov-11 |
