<?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, 11 Feb 2012 22:18:55 GMT</pubDate>
    <dc:creator>The dzone.com community</dc:creator>
    <dc:date>2012-02-11T22:18:55Z</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>How to write and run a C Program in Visual Studio 2010</title>
      <link>http://www.dzone.com/links/r/how_to_write_and_run_a_c_program_in_visual_studio.html</link>
      <description>Today I was recalling good days of language C and got tempted to play around POINTERS, STRUCTURE, and DATA STRUCTURE etc. I started to write some C code and as soon as I started, the first hurdle came that where to write code? I was running on 64 bit Windows 7 machine with Visual Studio 2010. I binged and found much suggestion to download this and install that etc. However being fan and loyal user of Visual Studio, I was more desired to use rich IDE of Visual studio for my C program. To my surprise it is quite possible to use Visual Studio 2010 to write and compile code in C language.</description>
      <category>c-and-cpp</category>
      <category>how-to</category>
      <category>microsoft</category>
      <pubDate>Sat, 11 Feb 2012 18:39:03 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/743649.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2012-02-11T18:39:03Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/how_to_write_and_run_a_c_program_in_visual_studio.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/743649.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>Today I was recalling good days of language C and got tempted to play around POINTERS, STRUCTURE, and DATA STRUCTURE etc. I started to write some C code and as soon as I started, the first hurdle came that where to write code? I was running on 64 bit Windows 7 machine with Visual Studio 2010. I binged and found much suggestion to download this and install that etc. However being fan and loyal user of Visual Studio, I was more desired to use rich IDE of Visual studio for my C program. To my surprise it is quite possible to use Visual Studio 2010 to write and compile code in C language.<br/><br/><a href='http://www.dzone.com/links/rss/how_to_write_and_run_a_c_program_in_visual_studio.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=743649' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>743649</dz:linkId>
      <dz:submitDate>2012-02-11T18:39:03Z</dz:submitDate>
      <dz:voteUpCount>2</dz:voteUpCount>
      <dz:voteDownCount>0</dz:voteDownCount>
      <dz:clickCount>12</dz:clickCount>
      <dz:commentCount>0</dz:commentCount>
      <dz:thumbnail>http://www.dzone.com/links/images/thumbs/120x90/743649.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dotCore</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/448255.gif</dz:userimage>
      </dz:submitter>
    </item>
    <item>
      <title>How the Boehm Garbage Collector Works</title>
      <link>http://www.dzone.com/links/r/how_the_boehm_garbage_collector_works.html</link>
      <description>The Boehm garbage collector is used by a wide variety of C and C++ programs, and is also used in a number of other language implementations such as D and the GNU Compiler for Java. This article aims to give a high-level overview of how this GC works.</description>
      <category>c-and-cpp</category>
      <category>news</category>
      <category>tools</category>
      <pubDate>Fri, 10 Feb 2012 23:43:56 GMT</pubDate>
      <guid isPermaLink="false">http://www.dzone.com/links/743379.html</guid>
      <dc:creator>dotCore</dc:creator>
      <dc:date>2012-02-10T23:43:56Z</dc:date>
      <content:encoded><![CDATA[<a href='http://www.dzone.com/links/r/how_the_boehm_garbage_collector_works.html'><img src='http://cdn.dzone.com/images/thumbs/120x90/743379.jpg' style='width:120;height:90;float:left;vertical-align:top;border:1px solid #ccc;' /></a><p style='margin-left: 130px;'>The Boehm garbage collector is used by a wide variety of C and C++ programs, and is also used in a number of other language implementations such as D and the GNU Compiler for Java. This article aims to give a high-level overview of how this GC works.<br/><br/><a href='http://www.dzone.com/links/rss/how_the_boehm_garbage_collector_works.html'><img src='http://www.dzone.com/links/voteCountImage?linkId=743379' border='0'/></a></p>]]></content:encoded>
      <dz:linkId>743379</dz:linkId>
      <dz:submitDate>2012-02-10T23:43:56Z</dz:submitDate>
      <dz:voteUpCount>1</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/743379.jpg</dz:thumbnail>
      <dz:submitter>
        <dz:username>dotCore</dz:username>
        <dz:userimage>http://www.dzone.com/links/images/avatars/448255.gif</dz:userimage>
      </dz:submitter>
    </item>
  </channel>
</rss>


