<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Programming Tips Tricks &#187; C++</title>
	<atom:link href="http://www.sharpprogrammer.com/category/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharpprogrammer.com</link>
	<description>For Smart Programmers</description>
	<lastBuildDate>Wed, 11 Nov 2009 03:53:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Watching arrays in Visual Studio C++ debugger</title>
		<link>http://www.sharpprogrammer.com/c/watching-arrays-in-visual-studio-c-debugger/</link>
		<comments>http://www.sharpprogrammer.com/c/watching-arrays-in-visual-studio-c-debugger/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 16:54:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/c/watching-arrays-in-visual-studio-c-debugger/</guid>
		<description><![CDATA[How do I get Visual Studio debugger to show me the data in the arrays? I don&#8217;t  want to see just one value at a time; I want to see the values contained in  array indices [100] to [199] for example.
 I don&#8217;t know about other versions, but right now I&#8217;m using VS2005, and [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/c/watching-arrays-in-visual-studio-c-debugger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C++ Programming Tutorial</title>
		<link>http://www.sharpprogrammer.com/c/c-programming-tutorial/</link>
		<comments>http://www.sharpprogrammer.com/c/c-programming-tutorial/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 11:45:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/c/c-programming-tutorial/</guid>
		<description><![CDATA[C++ Programming Tutorial

C++ Made Easy And C  MadeMany C/ C++ tutorials to help learn the language today. Also includes a  graphics tutorial .
Introduction To  C++C++ is a different breed of programming language. A C++ program begins with a  function, a collection of commands that do &#8220;something&#8221;. &#8230;
Introduction To  C++ Programming [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/c/c-programming-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Web Course For Ansi C Programming</title>
		<link>http://www.sharpprogrammer.com/c/online-web-course-for-ansi-c-programming/</link>
		<comments>http://www.sharpprogrammer.com/c/online-web-course-for-ansi-c-programming/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 02:23:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/c/online-web-course-for-ansi-c-programming/</guid>
		<description><![CDATA[
Programming in C &#8211; Whatever you&#8217;d like to do with Programming  in C
C Programming for Technology &#8211; There&#8217;s absolutely nothing wrong  with visiting C Programming for Technology
404 Not Found &#8211; First, before I go any further, I have to say  the following: I am a liar. 404 Not Found
C Training Courses: C [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/c/online-web-course-for-ansi-c-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smart Pointers in C++</title>
		<link>http://www.sharpprogrammer.com/library/smart-pointers-in-c/</link>
		<comments>http://www.sharpprogrammer.com/library/smart-pointers-in-c/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 11:16:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/library/smart-pointers-in-c/</guid>
		<description><![CDATA[
Smart Pointers in  Boost &#8211; Welcome to Boost, the peerless community of C++ innovators. If you  can&#8217;t find what you need in the Standard C++ library, chances are Boost has it  production-ready. Smart Pointers in Boost
Collecting Shared  Objects &#8211; shared_ptr is becoming widely available and added to the Standard  Library. [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/library/smart-pointers-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C++ Memory Leak Detection Tools Techniques</title>
		<link>http://www.sharpprogrammer.com/c/c-memory-leak-detection-tools-techniques/</link>
		<comments>http://www.sharpprogrammer.com/c/c-memory-leak-detection-tools-techniques/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 07:34:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/c/c-memory-leak-detection-tools-techniques/</guid>
		<description><![CDATA[
A Cross-Platform  Memory Leak Detector &#8211; Summary, future work &#38; discussion on A  Cross-Platform Memory Leak Detector
A  practical flow-sensitive and context-sensitive C and C++ memory leak  detector &#8211; We will see that it is clear that it is sensible and in fact in  common cases useful to use A practical [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/c/c-memory-leak-detection-tools-techniques/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing C++ Multithreading Applications</title>
		<link>http://www.sharpprogrammer.com/parsing/developing-c-multithreading-applications/</link>
		<comments>http://www.sharpprogrammer.com/parsing/developing-c-multithreading-applications/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 11:08:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Multithreading]]></category>
		<category><![CDATA[Parsing]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/parsing/developing-c-multithreading-applications/</guid>
		<description><![CDATA[
volatile &#8211;  Multithreaded Programmer&#8217;s Best Friend &#8211; The volatile keyword was devised to  prevent compiler optimizations that might render code incorrect in the presence  of certain asynchronous events. For example, if you declare a primitive variable  as volatile, the compiler is not permitted to cache it in a register &#8212; a [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/parsing/developing-c-multithreading-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memory Leak Detection in C++</title>
		<link>http://www.sharpprogrammer.com/debugging/memory-leak-detection-in-c/</link>
		<comments>http://www.sharpprogrammer.com/debugging/memory-leak-detection-in-c/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 10:40:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Debugging]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/debugging/memory-leak-detection-in-c/</guid>
		<description><![CDATA[
Memory Leak  Detection in C++ &#8211; The home page gives us the following information: Memory  Leak Detection in C++
Comparison of Free Memory Checkers &#8211; If would you like to know  how to Comparison of Free Memory Checkers
Memory Leak Detection &#8211; The Code Project &#8211; C++ / MFC &#8211; For the  exceptionally [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/debugging/memory-leak-detection-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Structure Tutorial</title>
		<link>http://www.sharpprogrammer.com/data-structures/data-structure-tutorial/</link>
		<comments>http://www.sharpprogrammer.com/data-structures/data-structure-tutorial/#comments</comments>
		<pubDate>Sat, 20 Oct 2007 04:20:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Data Structures]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/data-structures/data-structure-tutorial/</guid>
		<description><![CDATA[
Basic data structure tutorial &#8211; ITtoolbox Groups &#8211; development  programming cpp webdesign code visualbasicnet microsoftvisual visualstudio  macromedia webapplication j2ee applicationperformance contentmanagement  sunmicrosystems access javacode ITtoolbox Groups basic data structure tutorial &#8211;  ITtoolbox Groups
Data structure tutorial &#8211; Luckily for us, they&#8217;ve been  thinking a little ahead, and has, with data structure [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/data-structures/data-structure-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Advanced C++ Articles from Dr Dobb Journal</title>
		<link>http://www.sharpprogrammer.com/c/advanced-c-articles-from-dr-dobb-journal/</link>
		<comments>http://www.sharpprogrammer.com/c/advanced-c-articles-from-dr-dobb-journal/#comments</comments>
		<pubDate>Sun, 07 Oct 2007 10:09:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/c/advanced-c-articles-from-dr-dobb-journal/</guid>
		<description><![CDATA[
&#8220;Conversations&#8221;  Column Archive &#8211; Main Index Page &#8211; Let me close with the story of  &#8220;Conversations&#8221; Column Archive &#8211; Main Index Page
Conversations:  Redirections - Redirecting IOStreams input or output is a relatively simple  task. The only hitch is, you have to learn a little bit about streambufs to make  it [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/c/advanced-c-articles-from-dr-dobb-journal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C# Programming Tutorials</title>
		<link>http://www.sharpprogrammer.com/c/c-programming-tutorials/</link>
		<comments>http://www.sharpprogrammer.com/c/c-programming-tutorials/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 16:13:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/c/c-programming-tutorials/</guid>
		<description><![CDATA[

C#: A language alternative or just J&#8211;?, Part 1 &#8211; Java World &#8211;  Early this summer, Microsoft caused a huge media splash by preannouncing .Net, a  new distributed application framework. Integral to .Net is a new language called  C#, which initially appears highly similar to Java. This article, the first in a [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/c/c-programming-tutorials/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C Programming Links References</title>
		<link>http://www.sharpprogrammer.com/c/c-programming-links-references/</link>
		<comments>http://www.sharpprogrammer.com/c/c-programming-links-references/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 16:00:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/c/c-programming-links-references/</guid>
		<description><![CDATA[

Programming in  C &#8211; Don’t let the good things slip through your fingers! Programming in C
Programming in C &#8211;  All kinds of material on Programming in C
SDCC &#8211; Small Device C  Compiler &#8211; A final requirement is that the solutions in the areas must  coexist &#8211; SDCC &#8211; Small Device C [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/c/c-programming-links-references/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C++ Programming Tips and Tricks</title>
		<link>http://www.sharpprogrammer.com/c/c-programming-tips-and-tricks/</link>
		<comments>http://www.sharpprogrammer.com/c/c-programming-tips-and-tricks/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 16:02:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[C++]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/c/c-programming-tips-and-tricks/</guid>
		<description><![CDATA[

C/C++  Programming Tips and Tricks &#8211; All right, the definition is not very  bright&#8230; C/C++ Programming Tips and Tricks
Programming  Tips &#38; Tricks &#8211; test Programming Tips &#38; Tricks
Programming Tips Tricks, Best Practices, Coding Standards &#8211;  Have yourself a cup of coffee and read Programming Tips Tricks, Best Practices,  Coding Standards
A [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/c/c-programming-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
