<?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; Library</title>
	<atom:link href="http://www.sharpprogrammer.com/category/library/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>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>Pthreads LibraryTutorial</title>
		<link>http://www.sharpprogrammer.com/library/pthreads-librarytutorial/</link>
		<comments>http://www.sharpprogrammer.com/library/pthreads-librarytutorial/#comments</comments>
		<pubDate>Wed, 07 Nov 2007 13:59:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/library/pthreads-librarytutorial/</guid>
		<description><![CDATA[
Inti Tutorial: Thread Programming &#8211; A typical user should not  be aware of Inti Tutorial: Thread Programming
Linux Tutorial: POSIX Threads &#8211; POSIX Pthread libraries on  Linux. YoLinux: Linux Information Portal includes informative tutorials and  links to many Linux sites. Linux Tutorial: POSIX Threads
Multi-Threaded Programming With POSIX Threads &#8211; Don’t let the  [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/library/pthreads-librarytutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C++ Standard Template Library Vector Examples</title>
		<link>http://www.sharpprogrammer.com/library/c-standard-template-library-vector-examples/</link>
		<comments>http://www.sharpprogrammer.com/library/c-standard-template-library-vector-examples/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 13:12:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Library]]></category>

		<guid isPermaLink="false">http://www.sharpprogrammer.com/library/c-standard-template-library-vector-examples/</guid>
		<description><![CDATA[
C++ STL Tutorial &#8211; Standard Template Library (STL) and C++  examples. Example of a doubly linked list using STL. YoLinux: Linux Information  Portal includes informative tutorials and links to many Linux sites. C++ STL  Tutorial
Lecture Notes &#8211; Standard Template Library &#8211; Just know how to  Lecture Notes &#8211; Standard Template Library
17 [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/library/c-standard-template-library-vector-examples/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>C++ Boost Library &#8211; Tutorials, References, Links, Resources</title>
		<link>http://www.sharpprogrammer.com/library/c-boost-library-tutorials-references-links-resources/</link>
		<comments>http://www.sharpprogrammer.com/library/c-boost-library-tutorials-references-links-resources/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 14:46:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Library]]></category>

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

Boost.Spirit Home  &#8211; Must visit Boost.Spirit Home
Boost Compiler Status Report &#8211; A webpage on Boost Compiler  Status Report
Who&#8217;s Using Boost? &#8211; I&#8217;ve come to several conclusions, none of  which are very surprising after reading this : Who&#8217;s Using Boost?
Boost More  Information &#8211; So what this site seems to be telling us [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/library/c-boost-library-tutorials-references-links-resources/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C++ Standard Template Library</title>
		<link>http://www.sharpprogrammer.com/library/c-standard-template-library/</link>
		<comments>http://www.sharpprogrammer.com/library/c-standard-template-library/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 18:24:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Library]]></category>

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

ByteWave&#8217;s STL  Web Site


C++ and STL Resources


The C++ STL


Design  Generalization in STL, Mike Vilot


The Dinkum ANSI/ISO C/C++  Library Reference


The Dinkum Standard Template  Library Reference


Information  About IOstreams


A  modest STL tutorial


Mumit&#8217;s  STL Newbie guide


Safe  STL


Standard Template  Library


STL and Generic  Programming Links


STL Documentation:  Class Index


The STL Made [...]]]></description>
		<wfw:commentRss>http://www.sharpprogrammer.com/library/c-standard-template-library/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
