<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	<review>
  <id>13310669</id>
    <user>
    <id>334225</id>
    <name><![CDATA[Steve]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/334225-steve]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-50x66.jpg]]></small_image_url>
  </user>
    <book>
  <id type="integer">1032730</id>
  <isbn>0201327554</isbn>
  <isbn13>9780201889543</isbn13>
  <text_reviews_count type="integer">5</text_reviews_count>
  <title>
    <![CDATA[The C++ Programming Language: Language Library and Design Tutorial]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1180377222m/1032730.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1180377222s/1032730.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1032730.The_C_Programming_Language_Language_Library_and_Design_Tutorial</link>
  <average_rating>3.69</average_rating>
  <ratings_count>32</ratings_count>
  <description>
    <![CDATA[More than 500,000 programmers have benefited from previous   editions! This is a complete rewrite of the most widely read and most   trusted book on C++. Based on the ANSI/ISO C++ final draft, this book   covers the C++ language, its standard library, and key design   techniques as an integrated whole. The C++ Programming Language   provides comprehensive coverage of C++ language features and standard   library components. For example, it includes complete coverage of   abstract classes as interfaces, class hierarchies for object-oriented   programming, templates as the basis for type-safe generic software,   exceptions for regular error handling, namespaces for modularity in   large-scale software, run-time type identification for loosely coupled   systems,  the C subset of C++ for C compatibility and system-level   work, standard containers and algorithms, and standard strings, I/O   streams, and numerics. With this third edition, Stroustrup makes C++   even more accessible to those new to the language while adding   information and techniques that even expert C++ programmers will find   invaluable. A web page to support the book can be found at   <a rel="nofollow" target="_blank" href="http://www.awl.com/cp/stroustrup3e">http://www.awl.com/cp/stroustrup3e</a>]]>
  </description>
<authors>
    <author>
    <id>64947</id>
        <name><![CDATA[Bjarne Stroustrup]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/64947.Bjarne_Stroustrup]]></link>
    <average_rating>3.85</average_rating>
    <ratings_count>188</ratings_count>
    <text_reviews_count>23</text_reviews_count>
  </author>
  </authors>  <published>1986</published>
</book>

    <rating>2</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
        <shelf name="read" />
            <shelf name="technical" />
      </shelves>
  <recommended_for><![CDATA[C++ programmers]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Tue Jan 01 00:00:00 -0800 2008</read_at>
  <date_added>Wed Jan 23 14:24:20 -0800 2008</date_added>
  <date_updated>Wed Jan 23 14:27:26 -0800 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[One of the lessons that has stuck with me from Strunk and White's Elements of Style is Rule #17: Omit Needless Words.<br/><br/>Bjarne Stroustup does not.<br/><br/>Consequently, it makes a challenging task -- trying to learn and understand the complexities and nuances of C++ -- even harder. If yo...<a href="http://www.goodreads.com/review/show/13310669">more...</a>]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/13310669]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/13310669]]></link>
</review>

</GoodreadsResponse>