<?xml version="1.0"?><rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://my.netscape.com/rdf/simple/0.9/"><channel><title>CMP DevNet C++</title><link>http://devnet.developerpipeline.com</link><description>CMP DevNet Languages/C++</description></channel><image><title>CMP DevNet C++</title><url> </url><link>http://devnet.developerpipeline.com</link></image><item>
<title>Book Review: C++ Standard Library Extensions</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/ur0608k/</link>
<description>Becker&apos;s work, as its subtitle claims, is both &quot;Tutorial and Reference.&quot; It is very successful at each level.</description>
</item>
<item>
<title>Source Code Integration</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/060330_je01/</link>
<description>Alex Krapf discusses the challenges developers face when integrating source code from different programming languages such as Java and C++. &#40;MP3,  5:40 mins.&#41;</description>
</item>
<item>
<title>Managed C++ and the Side&#45;by&#45;Side Cache</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/ddj0604f/</link>
<description>The Visual Studio installer places Visual Studio shared libraries in a location called the &quot;side&#45;by&#45;side cache.&quot; Here&apos;s what you need to know to leverage it.</description>
</item>
<item>
<title>Overloading and Overloading</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/ddj0604h/</link>
<description>Operator overloading may be syntactic sugar, but there are a lot of things that don&apos;t taste very good without sugar.</description>
</item>
<item>
<title>Keeping C/C++ Code Scalable</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/ddj0603d/</link>
<description>Kirk presents techniques for identifying committed virtual address space in C/C++ programs.</description>
</item>
<item>
<title>STL and TR1: Part III</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/cuj0602becker/</link>
<description>With TR1, C++ gets hash tables in the form of the template classes unordered_map, unordered_multimap, unordered_set, and unordered_multiset.</description>
</item>
<item>
<title>Invariants as an Intellectual Tool</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/cuj0602moo/</link>
<description>Invariants are a great way to make sure your loops are doing what you expect.</description>
</item>
<item>
<title>Maps with Expensive Keys</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/cuj0602alexandrescu/</link>
<description>STL containers are easy to extend, which is why Andrei was surprised when he happened upon a problem that cried out for an extension to std::map, but ultimately couldn&apos;t be solved that way.</description>
</item>
<item>
<title>C++/CLI Sockets</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/cuj0602jaeschke/</link>
<description>If you want interprocess or interapplication communication, you want to know how to use sockets. Rex shows us the way.</description>
</item>
<item>
<title>Multiple Inheritance Considered Useful</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/cuj0602reeves/</link>
<description>Arguments against multiple inheritance range from the philosophical to the practical, but in the end only one question matters: Is it useful&#63;</description>
</item>
<item>
<title>Associative Chains in C++</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/cuj0602bruce/</link>
<description>Phillip gets around some of the limitations of the pointer&#45;to&#45;member with a model of class associations that he calls &quot;Associative Chains.&quot;</description>
</item>
<item>
<title>Syntactic Aspartame: Recreational Operator Overloading</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/cuj0602stoks/</link>
<description>Some say operator overloading is nothing more than syntactic sugar. Use it with proper caution, however, and you can reap real rewards.</description>
</item>
<item>
<title>SSH Kerberos Authentication Using GSSAPI and SSPI</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/cuj0602matthews/</link>
<description>Kerberos authentication can be an effective safeguard against man&#45;in&#45;the&#45;middle attacks. Glen implements Kerberos by way of two popular APIs.</description>
</item>
<item>
<title>Validating C and C++ for Safety and Security</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/cuj0602seacord/</link>
<description>Sometimes the only way to track down security flaws such as buffer overflows is to roll up your sleeves and manually review the code. Robert outlines a process for manual review that&apos;s based on Safe&#45;Secure C/C++.</description>
</item>
<item>
<title> Flexible C++ &#35;14: Finding Child Windows with Simulated Local Functions</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/cuj1135208707797/</link>
<description>A common problem in Windows programming is retrieving a descendent windows by Id. This is the topic Matthew  examines this month. Additionally, he uses the problem to illustrate how some languages can use local functions to maximize encapsulation.</description>
</item>
<item>
<title>Of Interest</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/ddj0602u/</link>
<description>February 2006 Of Interest.</description>
</item>
<item>
<title>Google&apos;s Summer of Code: Part III</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/ddj0602j/</link>
<description>Google&apos;s Summer of Code resulted in thousands of lines of code. Here are more students who participated.</description>
</item>
<item>
<title>Sudoku &amp; Graph Theory</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/ddj0602i/</link>
<description>Understanding graph theory is central to building your own Sudoku solver.</description>
</item>
<item>
<title>Examining uC++</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/ddj0602d/</link>
<description>uC++ was designed to provide high&#45;level concurrency for C++.</description>
</item>
<item>
<title>Book Review: Beyond the C++ Standard Library</title>
<link>http://devnet.developerpipeline.com/documents/s=9843/ur0512e/</link>
<description>ISO/IEC JTC1/SC22/WG21 is the C++ standards committee. You don&apos;t need to remember that; there won&apos;t be an exam. But the fact of its existence is of great importance.</description>
</item>
</rdf:RDF>
