<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	<author>
  <id>60832</id>
  <name><![CDATA[Scott Meyers]]></name>
  <link><![CDATA[http://www.goodreads.com/author/show/60832.Scott_Meyers]]></link>
    
  <books start="1" end="11" total="11">
        <book>
  <id type="integer">105125</id>
  <isbn>0321334876</isbn>
  <isbn13>9780321334879</isbn13>
  <text_reviews_count type="integer">19</text_reviews_count>
  <title>
    <![CDATA[Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition) (Addison-Wesley Professional Computing Series)]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171537538m/105125.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1171537538s/105125.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/105125.Effective_C_55_Specific_Ways_to_Improve_Your_Programs_and_Designs</link>
  <average_rating>4.51</average_rating>
  <ratings_count>90</ratings_count>
  <description>
    <![CDATA[This exceptionally useful text offers Scott Myers's expertise in C++ class design and programming tips. The second edition incorporates recent advances to C++ included in the ISO standard, including namespaces and built-in template classes, and is required reading for any working C++ developer.<p> The book opens with some hints for porting code from C to C++ and then moves on to the proper use of the <em>new</em> and <em>delete</em> operators in C++ for more robust memory management. The text then proceeds to class design, including the proper use of constructors, destructors, and overloaded operator functions for assignment within classes. (These guidelines ensure that you will create custom C++ classes that are fully functional data types, which can be copied and assigned just like built-in C++ classes.)<p> The author also provides a handful of suggestions for general class design, including strategies for using different types of inheritance and encapsulation. Never doctrinaire and always intelligent, these guidelines can make your C++ classes more robust and easier to maintain. <em>--Richard Dragan</em></p></p>]]>
  </description>
<authors>
    <author>
    <id>60832</id>
        <name><![CDATA[Scott Meyers]]></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/60832.Scott_Meyers]]></link>
    <average_rating>4.36</average_rating>
    <ratings_count>185</ratings_count>
    <text_reviews_count>33</text_reviews_count>
  </author>
  </authors>  <published>1991</published>
</book>

        <book>
  <id type="integer">105123</id>
  <isbn>020163371X</isbn>
  <isbn13>9780201633719</isbn13>
  <text_reviews_count type="integer">5</text_reviews_count>
  <title>
    <![CDATA[More Effective C++: 35 New Ways to Improve Your Programs and Designs]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171537533m/105123.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1171537533s/105123.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/105123.More_Effective_C_35_New_Ways_to_Improve_Your_Programs_and_Designs</link>
  <average_rating>4.10</average_rating>
  <ratings_count>48</ratings_count>
  <description>
    <![CDATA[Praise for Scott Meyers' first book, Effective C++: &quot;I heartily recommend Effective C++, to anyone who aspires to mastery of C++ at the intermediate level or above.&quot; -- The C/C++ User's Journal   <p>From the author of the indispensable Effective C++, here are 35 new ways to improve your programs and designs. Drawing on years of experience, Meyers explains how to write software that is more effective: more efficient, more robust, more consistent, more portable, and more reusable. In short, how to write C++ software that's just plain better.   <p>More Effective C++ includes:  <p>Proven methods for improving program efficiency, including incisive examinations of the time/space costs of C++ language features  <p>Comprehensive descriptions of advanced techniques used by C++ experts, including placement new, virtual constructors, smart pointers, reference counting, proxy classes, and double-dispatching  <p>Examples of the profound impact of exception handling on the structure and behavior of C++ classes and functions  <p>Practical treatments of new language features, including bool, mutable, explicit, namespaces, member templates, the Standard Template Library, and more. If your compilers don't yet support these features, Meyers shows you how to get the job done without them.  <p>More Effective C++ is filled with pragmatic, down-to-earth advice you'll use every day. Like Effective C++ before it, More Effective C++ is essential reading for anyone working with C++.</p></p></p></p></p></p></p>]]>
  </description>
<authors>
    <author>
    <id>60832</id>
        <name><![CDATA[Scott Meyers]]></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/60832.Scott_Meyers]]></link>
    <average_rating>4.36</average_rating>
    <ratings_count>185</ratings_count>
    <text_reviews_count>33</text_reviews_count>
  </author>
  </authors>  <published>1995</published>
</book>

        <book>
  <id type="integer">105124</id>
  <isbn>0201749629</isbn>
  <isbn13>9780201749625</isbn13>
  <text_reviews_count type="integer">5</text_reviews_count>
  <title>
    <![CDATA[Effective STL: 50 Specific Ways to Improve Your Use of the Standard Template Library]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171537535m/105124.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1171537535s/105124.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/105124.Effective_STL_50_Specific_Ways_to_Improve_Your_Use_of_the_Standard_Template_Library</link>
  <average_rating>4.28</average_rating>
  <ratings_count>32</ratings_count>
  <description>
    <![CDATA[(Pearson Education)  Explains STL, Standard Template Library, and how to use it. Offers STL programmes at varying levels of skill techniques to master the efficiency of STL and STL programs, with insights into functions, allocators, and iterators, among other concepts. Softcover. DLC: C++ (Computer program language).  ]]>
  </description>
<authors>
    <author>
    <id>60832</id>
        <name><![CDATA[Scott Meyers]]></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/60832.Scott_Meyers]]></link>
    <average_rating>4.36</average_rating>
    <ratings_count>185</ratings_count>
    <text_reviews_count>33</text_reviews_count>
  </author>
  </authors>  <published>2001</published>
</book>

        <book>
  <id type="integer">6424477</id>
  <isbn>4756118089</isbn>
  <isbn13>9784756118080</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Effective C++ 【改訂第2版】      アスキーアジソンウェスレイシリーズ―Ascii Addison Wesley programming series]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6424477-effective-c-2</link>
  <average_rating>5.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>60832</id>
        <name><![CDATA[Scott Meyers]]></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/60832.Scott_Meyers]]></link>
    <average_rating>4.36</average_rating>
    <ratings_count>185</ratings_count>
    <text_reviews_count>33</text_reviews_count>
  </author>
    <author>
    <id>2903773</id>
        <name><![CDATA[吉川 邦夫]]></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/2903773._]]></link>
    <average_rating>5.00</average_rating>
    <ratings_count>1</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
  </authors>  <published>1998</published>
</book>

        <book>
  <id type="integer">105122</id>
  <isbn>0201310155</isbn>
  <isbn13>9780201310153</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Effective C++ Cd: 85 Specific Ways to Improve Your Programs and Designs (Addison-Wesley Professional Computing Series)]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171537533m/105122.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1171537533s/105122.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/105122.Effective_C_Cd_85_Specific_Ways_to_Improve_Your_Programs_and_Designs</link>
  <average_rating>5.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[On the <em>Effective C++ CD</em>, well-known C++ guru Scott Meyers combines the complete text of two of his books, <em>Effective C++</em> and <em>More Effective C++</em>. Since the format of these two books provides a laundry list of tips for improving C++ code (<em>Effective C++</em> contains 50 tips, while <em>More Effective C++</em> adds 35 more), the CD-ROM format is a natural fit and a convenient way to read both titles. The CD-ROM format adds extra material, including several magazine articles and an annotated list of books for further reading.<p> A handy full-text search engine lets you cross-reference material from both books. (Alternatively, you can just browse and read at your own pace.) The CD-ROM provides full control of image size and other options, making it useful for virtually any system, from desktop to laptop. (It requires only Netscape 4 or Microsoft Internet Explorer 4 browsers or later). While the author himself writes that he likes printed books, this CD-ROM makes good use of the greater flexibility of HTML. The additional material makes this electronic version even more comprehensive than the two previous titles combined. <em>--Richard Dragan</em></p>]]>
  </description>
<authors>
    <author>
    <id>60832</id>
        <name><![CDATA[Scott Meyers]]></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/60832.Scott_Meyers]]></link>
    <average_rating>4.36</average_rating>
    <ratings_count>185</ratings_count>
    <text_reviews_count>33</text_reviews_count>
  </author>
  </authors>  <published>1999</published>
</book>

        <book>
  <id type="integer">2522682</id>
  <isbn>1590598377</isbn>
  <isbn13>9781590598375</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Mac OS X Leopard: Beyond the Manual]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/2522682.Mac_OS_X_Leopard_Beyond_the_Manual</link>
  <average_rating>4.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[<p>Mac OS X is quickly becoming one of the most popular operating systems for power users. Mac OS X&rsquo;s ability to mesh an easy-to-use and attractive interface with a Unix back end has attracted average and power users to the Mac. In 2007, Apple releases the next version of Mac OS X: Leopard.</p>   <p><em>Mac OS X Leopard: Beyond the Manual</em> is geared toward power users who are upgrading to Leopard (from either earlier Mac OS versions, Microsoft Windows, or anything else) and want to quickly get up to speed with the various facets of this Operating System. Written especially for power users and developers, this book covers a range of topics including: </p>  &lt;ul&gt; &lt;li&gt;Leopards sleek new interface&lt;/li&gt; &lt;li&gt;Unique Mac OS features and applications&lt;/li&gt; &lt;li&gt;Managing all the System and User preferences&lt;/li&gt; &lt;li&gt;Working with add on devices via USB, Firewire, and Bluetooth&lt;/li&gt; &lt;li&gt;General system maintenance&lt;/li&gt; &lt;li&gt;Data backup, recovery and security&lt;/li&gt; &lt;li&gt;Using the standard included Leopard applications including Mail, Safari, Preview, and more&lt;/li&gt; &lt;li&gt;Learning how to use and take advantage of the powerful Darwin subsystem in Leopard&lt;/li&gt; &lt;li&gt;Configuring the network to take full advantage of the powerful networking capabilities in Leopard&lt;/li&gt; &lt;li&gt;Getting started with Leopards Development Tools and features&lt;/li&gt; &lt;li&gt;Using the latest features available for working with Windows on your Apple computer&lt;/li&gt;  &lt;/ul&gt;]]>
  </description>
<authors>
    <author>
    <id>60832</id>
        <name><![CDATA[Scott Meyers]]></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/60832.Scott_Meyers]]></link>
    <average_rating>4.36</average_rating>
    <ratings_count>185</ratings_count>
    <text_reviews_count>33</text_reviews_count>
  </author>
    <author>
    <id>167737</id>
        <name><![CDATA[Mike Lee]]></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/167737.Mike_Lee]]></link>
    <average_rating>3.93</average_rating>
    <ratings_count>232</ratings_count>
    <text_reviews_count>15</text_reviews_count>
  </author>
  </authors>  <published>2007</published>
</book>

        <book>
  <id type="integer">6949730</id>
  <isbn>1604331437</isbn>
  <isbn13>9781604331431</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Grow Your Own Giant Sequoia]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6949730-grow-your-own-giant-sequoia</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[The Giant Sequoia is an evergreen long-lived tree living for up to 2,200 years. They are the tallest trees on Earth, reaching up to 115.5 m (379.1 ft) in height and 8 m (26ft) diameter at breast height. They are native to coastal California and the southwestern corner of Oregon within the United States.<p> <p>Sequoia National Park is the laregest known forest of such trees, Early settlers hacked tunnels through their trunks as tourist attractions which vactioners now drive their cars through.<p> <p>For more than a millennium, the Giant Sequoias have dominated the forests of the Northwestern coastline of the US, and have come to symbolize longevity, strength, majesty, prosperity, and power. Now you can grow these ancient trees in your own home and leave a legacy to your children, your grand children, and your great grand children.<p>Each kit comes with germinated seeds, growing medium and a dish to start your small plant on its way to millennium's worth of growth and prosperity.</p></p></p></p></p>]]>
  </description>
<authors>
    <author>
    <id>60832</id>
        <name><![CDATA[Scott Meyers]]></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/60832.Scott_Meyers]]></link>
    <average_rating>4.36</average_rating>
    <ratings_count>185</ratings_count>
    <text_reviews_count>33</text_reviews_count>
  </author>
  </authors>  <published>2010</published>
</book>

        <book>
  <id type="integer">3979464</id>
  <isbn>0133422542</isbn>
  <isbn13>9780133422542</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Downloader's Companion for Windows]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/3979464.Downloader_s_Companion_for_Windows</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>60832</id>
        <name><![CDATA[Scott Meyers]]></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/60832.Scott_Meyers]]></link>
    <average_rating>4.36</average_rating>
    <ratings_count>185</ratings_count>
    <text_reviews_count>33</text_reviews_count>
  </author>
    <author>
    <id>60836</id>
        <name><![CDATA[Catherine Pinch]]></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/60836.Catherine_Pinch]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
  </authors>  <published>1994</published>
</book>

        <book>
  <id type="integer">6694464</id>
  <isbn>3827313058</isbn>
  <isbn13>9783827313058</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Effektiv C++ programmieren]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6694464-effektiv-c-programmieren</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>60832</id>
        <name><![CDATA[Scott Meyers]]></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/60832.Scott_Meyers]]></link>
    <average_rating>4.36</average_rating>
    <ratings_count>185</ratings_count>
    <text_reviews_count>33</text_reviews_count>
  </author>
  </authors>  <published>1998</published>
</book>

        <book>
  <id type="integer">6847432</id>
  <isbn>1430219467</isbn>
  <isbn13>9781430219460</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Learn Mac OS X Snow Leopard (Learn Series)]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6847432-learn-mac-os-x-snow-leopard</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[<p>You’re smart and savvy, but also busy. This comprehensive guide to Apple's latest version of Mac OS X 10.6, Snow Leopard, gives you everything you need to know to live a happy, productive Mac life. <em>Learn Mac OS X Snow Leopard</em> will have you up and connected lickity–split. With a minimum of overhead and a maximum of useful information, you’ll cover a lot of ground in the time it takes other books to get you plugged in.</p>        <p>If this isn’t you’re first experience with Mac OS X, skip right to the &quot;What’s New in Snow Leopard&quot; sections. You may also find yourself using this book as a quick refresher course or a way to learn new Mac skills you’ve never tried before.</p>        &lt;h3&gt;What you’ll learn&lt;/h3&gt;    &lt;ul&gt;    	&lt;li&gt;Discover all the ins and outs of the Finder and Snow Leopard's streamlined workflow.&lt;/li&gt;    	&lt;li&gt;Use the latest features of Apple’s built–in applications, including Mail, Safari, iCal, Address Book, iChat, Preview, and more.&lt;/li&gt;    	&lt;li&gt;Learn about Snow Leopard’s improved security and reliability, and how to take full advantage of the connected world and a wealth of new mobile devices.&lt;/li&gt;    	&lt;li&gt;Administer your computer and network for yourself, your family, or your business.&lt;/li&gt;    	&lt;li&gt;Work with add–on devices via direct connection or wirelessly.&lt;/li&gt;    	&lt;li&gt;Master effective strategies for data backup, recovery, and security.&lt;/li&gt;    	&lt;li&gt;Explore all of Apple’s improved iLife applications, including iTunes, iPhoto, and iMovie.&lt;/li&gt;    	&lt;li&gt;Delve into more advanced topics, such as how to take advantage of the Darwin subsystem in Leopard, how to run multiple operating systems on your Mac, and how to cooperate with other operating systems (and help them cooperate with you).&lt;/li&gt;    	&lt;li&gt;Get started with your own Mac OS X development in Snow Leopard&lt;/li&gt;    &lt;/ul&gt;    <br/>    &lt;h3&gt;Who is this book for?&lt;/h3&gt;    <p>New Mac users, existing Mac users upgrading from older versions of Mac OS X, and PC users making the switch to Macs. These people share a common desire to learn stuff fast and keep learning! Because this book goes into greater depth than your average Mac OS X guide, it is also excellent for small business owners, user support personnel, and system administrators. There’s even an introduction to Mac OS X development for nascent programmers and the DIY crowd.</p>]]>
  </description>
<authors>
    <author>
    <id>60832</id>
        <name><![CDATA[Scott Meyers]]></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/60832.Scott_Meyers]]></link>
    <average_rating>4.36</average_rating>
    <ratings_count>185</ratings_count>
    <text_reviews_count>33</text_reviews_count>
  </author>
    <author>
    <id>167737</id>
        <name><![CDATA[Mike Lee]]></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/167737.Mike_Lee]]></link>
    <average_rating>3.93</average_rating>
    <ratings_count>232</ratings_count>
    <text_reviews_count>15</text_reviews_count>
  </author>
  </authors>  <published>2009</published>
</book>

        <book>
  <id type="integer">6424478</id>
  <isbn>4890524010</isbn>
  <isbn13>9784890524013</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Effective C++―C++の50の急所]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6424478-effective-c-c-50</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>2911638</id>
        <name><![CDATA[スコット マイヤーズ]]></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/2911638._]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>60832</id>
        <name><![CDATA[Scott Meyers]]></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/60832.Scott_Meyers]]></link>
    <average_rating>4.36</average_rating>
    <ratings_count>185</ratings_count>
    <text_reviews_count>33</text_reviews_count>
  </author>
    <author>
    <id>2911639</id>
        <name><![CDATA[岩谷 宏]]></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/2911639._]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
  </authors>  <published>1993</published>
</book>

      </books>
</author>
</GoodreadsResponse>