<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>znBlog v4.0 - C++</title>
    <link>http://znblog.athoim.com/</link>
    <description>Hielo en la Red</description>
    <dc:language>es</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <pubDate>Thu, 10 Mar 2005 22:26:00 GMT</pubDate>

    <image>
        <url>img/rss_big.png</url>
        <title>RSS: znBlog v4.0 - C++ - Hielo en la Red</title>
        <link>http://znblog.athoim.com/</link>
        <width>128</width>
        <height>128</height>
    </image>

<item>
    <title>Problemas y soluciones en C++</title>
    <link>http://znblog.athoim.com/archives/22-Problemas-y-soluciones-en-C++.html</link>
            <category>C++</category>
    
    <comments>http://znblog.athoim.com/archives/22-Problemas-y-soluciones-en-C++.html#comments</comments>
    <wfw:comment>http://znblog.athoim.com/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://znblog.athoim.com/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>nospam@example.com (th1nk3r)</author>
    <content:encoded>
    &lt;a  class=&#039;serendipity_image_link&#039;  rel=&#039;lightbox&#039; href=&#039;http://znblog.athoim.com/uploads/exceptionalc.jpg&#039;&gt;&lt;!-- s9ymdb:31 --&gt;&lt;img width=&quot;160&quot; height=&quot;200&quot; style=&quot;float: right; border: 0px; padding-left: 5px; padding-right: 5px; margin-left: 10px;&quot; src=&quot;http://znblog.athoim.com/uploads/exceptionalc.s9yThumb.jpg&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;Hoy he estado hojeando un libro que me gustaría recomendar &lt;a href=&quot;http://www.aw-bc.com/catalog/academic/product/0,1144,0201615622,00.html&quot; title=&quot;Exceptional C++&quot;&gt;Exceptional C++: 47 Engineering Puzzles, Programming Problems and Solutions&lt;/a&gt;.&lt;br /&gt;
Se trata de un libro de C++ de un nivel aceptable, no es el típico manual de C++ para tontos que tanto abunda por ahí. En este libro se comentan múltiples soluciones para problemas que surgen comúnmente al programar en C++, como por ejemplo la comparación de strings sin diferenciar May y min., muchos ejemplos sobre código con excepciones, reducción del tiempo de compilado, administración de memoria, creación y destrucción de objetos, conversión automática de clases y tipos, etc&lt;br /&gt;
&lt;br /&gt;
Quizás lo más interesante es que te muestra el problema y te explica las distintas soluciones que hay (y los nuevos problemas que pueden surgir con esas soluciones). Te explica porque la gente las usa o porque no deben usarse. Muy interesante para cualquier programador de C++, aunque creo que es más indicado para los que ya saben C++ y quieren mejorar su código.  
    </content:encoded>

    <pubDate>Thu, 10 Mar 2005 17:26:00 -0500</pubDate>
    <guid isPermaLink="false">http://znblog.athoim.com/archives/22-guid.html</guid>
    
</item>

</channel>
</rss>