<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xml" href="http://www.dzone.com/links/misc/rss.xsl"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dz="http://www.developerzone.com/modules/dz/1.0" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>dzone.com: queued links: c-and-cpp</title>
    <link>http://www.dzone.com/links/queue/tag/c-and-cpp.html</link>
    <description>dzone.com: fresh links for developers</description>
    <language>en-us</language>
    <copyright>Copyright (c) 2008 DZone, Inc.</copyright>
    <pubDate>Sat, 25 May 2013 14:32:29 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2013-05-25T14:32:29Z</dc:date>
    <dc:language>en-us</dc:language>
    <dc:rights>Copyright (c) 2008 DZone, Inc.</dc:rights>
    <dz:selfLink>http://www.dzone.com/links/feed/queue/c-and-cpp/rss.xml</dz:selfLink>
    <image>
      <title>dzone.com: fresh links for developers</title>
      <url>http://www.dzone.com/images/std/dzone.com_258x55.gif</url>
      <link>http://www.dzone.com/links/</link>
    </image>
    <item>
      <title>Small features distinguishes Protest</title>
      <link>http://www.dzone.com/links/r/small_features_distinguishes_protest.html</link>
      <description>Protest is a unit testing framework for C++ that make testing fun, fast, and simple (see introduction). Recently, after using it on one of my own project, I've added a few more features to it.</description>
      <category>c-and-cpp</category>
      <category>tools</category>
      <pubDate>Sat, 25 May 2013 08:42:52 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/973755.html</guid>
      <dc:creator>piccoloprincipe</dc:creator>
      <dc:date>2013-05-25T08:42:52Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/small_features_distinguishes_protest.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/973755.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Protest is a unit testing framework for C++ that make testing fun, fast, and simple (see introduction). Recently, after using it on one of my own project, I've added a few more features to it.<br/><br/><a href='http://www.dzone.com/links/rss/small_features_distinguishes_protest.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=973755' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>973755</dz:linkId>
      <dz:submitDate>2013-05-25T08:42:52Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>19</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/973755.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>piccoloprincipe</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/355617.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>The Shortest Crashing C Program</title>
      <link>http://www.dzone.com/links/r/the_shortest_crashing_c_program.html</link>
      <description>It might seem like a strange idea to want to write a small crashing C program, but in one of the courses that I've been teaching labs this is one of the tasks! It's actually a very educational thing to do.</description>
      <category>c-and-cpp</category>
      <pubDate>Fri, 24 May 2013 19:14:54 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/973579.html</guid>
      <dc:creator>Andrey_Karpov_2009</dc:creator>
      <dc:date>2013-05-24T19:14:54Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/the_shortest_crashing_c_program.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/973579.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>It might seem like a strange idea to want to write a small crashing C program, but in one of the courses that I've been teaching labs this is one of the tasks! It's actually a very educational thing to do.<br/><br/><a href='http://www.dzone.com/links/rss/the_shortest_crashing_c_program.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=973579' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>973579</dz:linkId>
      <dz:submitDate>2013-05-24T19:14:54Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>62</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/973579.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Andrey_Karpov_2009</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/454796.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>The Hazards of Remembering Positions in Vectors</title>
      <link>http://www.dzone.com/links/r/the_hazards_of_remembering_positions_in_vectors.html</link>
      <description>Don't remember pointers, references, or iterators to vector elements until  you're done putting new elements in the vector.</description>
      <category>c-and-cpp</category>
      <pubDate>Fri, 24 May 2013 19:10:30 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/973577.html</guid>
      <dc:creator>Andrey_Karpov_2009</dc:creator>
      <dc:date>2013-05-24T19:10:30Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/the_hazards_of_remembering_positions_in_vectors.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/973577.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Don't remember pointers, references, or iterators to vector elements until  you're done putting new elements in the vector.<br/><br/><a href='http://www.dzone.com/links/rss/the_hazards_of_remembering_positions_in_vectors.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=973577' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>973577</dz:linkId>
      <dz:submitDate>2013-05-24T19:10:30Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>40</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/973577.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Andrey_Karpov_2009</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/454796.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Exploring C++ Inheritance (2 of 2)</title>
      <link>http://www.dzone.com/links/r/exploring_c_inheritance_2_of_2.html</link>
      <description>This is the second article of two where Philipp explores inheritance in C++.</description>
      <category>c-and-cpp</category>
      <pubDate>Fri, 24 May 2013 18:09:52 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/972829.html</guid>
      <dc:creator>Alexander_Huber</dc:creator>
      <dc:date>2013-05-24T18:09:52Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/exploring_c_inheritance_2_of_2.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/972829.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>This is the second article of two where Philipp explores inheritance in C++.<br/><br/><a href='http://www.dzone.com/links/rss/exploring_c_inheritance_2_of_2.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=972829' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>972829</dz:linkId>
      <dz:submitDate>2013-05-24T18:09:52Z</dz:submitDate>
      <dz:voteUpCount>1</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>3</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/972829.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>Alexander_Huber</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/1052821.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>Retain/Recall Semantics in C++</title>
      <link>http://www.dzone.com/links/r/retainrecall_semantics_in_c.html</link>
      <description>Allowing the text of one frame to recall the retained data of ancestor frames without harming efficiency, thread safety, or recurrence.</description>
      <category>c-and-cpp</category>
      <category>reviews</category>
      <pubDate>Fri, 24 May 2013 10:09:07 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/973353.html</guid>
      <dc:creator>mswatcher</dc:creator>
      <dc:date>2013-05-24T10:09:07Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/retainrecall_semantics_in_c.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/973353.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Allowing the text of one frame to recall the retained data of ancestor frames without harming efficiency, thread safety, or recurrence.<br/><br/><a href='http://www.dzone.com/links/rss/retainrecall_semantics_in_c.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=973353' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>973353</dz:linkId>
      <dz:submitDate>2013-05-24T10:09:07Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>18</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/973353.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>mswatcher</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/225256.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>

