C++ Without Fear: A Beginner's Guide That Makes You Feel ...



C++ Without Fear: A Beginner's Guide That Makes You Feel Smart, Second Edition

Brian Overland

ISBN-10: 0-13-267326-6

ISBN-13: 978-0-13-267326-6

Copyright © 2011 Pearson Education, Inc.

First printing, April 2011

|Page |Correction |

|125 |15th code line (including blank lines): “10” should be “10.0” |

|127 |2nd code section on page, 7th code line (including blank lines): “10” should be “10.0” |

|156 |“Example 6.2” should be “Example 6.3” |

|161 |“Exercise 6.2.1” should be “Exercise 6.3.1” and “Exercise 6.2.2” should be “Exercise 6.3.2” |

|165 |“Example 6.3” should be “Example 6.4” |

|167 |“Exercise 6.3.1” should be “Exercise 6.4.1” and “Exercise 6.3.2” should be “Exercise 6.4.2” |

|443 |17th code line (including blank lines): The following lines should appear just above double get_float() { at same indent level: |

| |FloatFraction(const Fraction &src) |

| |{set(src.get_num(), src.get_den()); } |

|444 |13th code line (including blank lines): The following lines should appear just above double get_float() { at same indent level: |

| |FloatFraction(const Fraction &src) |

| |{set(src.get_num(), src.get_den()); } |

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download