<?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>Every Flavour Beans &#187; C++ Boost</title>
	<atom:link href="http://beans.seartipy.com/category/c_boost/feed/" rel="self" type="application/rss+xml" />
	<link>http://beans.seartipy.com</link>
	<description>"The time has come...to talk of many [technologies]." --Lewis Carroll('The Walrus and the Carpenter')</description>
	<lastBuildDate>Sat, 03 Oct 2009 13:58:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://beans.seartipy.com</link>
  <url>http://beans.seartipy.com/favicon.ico</url>
  <title>Every Flavour Beans</title>
</image>
		<item>
		<title>C++ Development Environment on Windows using Eclipse Ganymede and Nuwen MinGW</title>
		<link>http://beans.seartipy.com/2008/08/06/c-development-environment-on-windows-using-eclipse-ganymede-and-nuwen-mingw/</link>
		<comments>http://beans.seartipy.com/2008/08/06/c-development-environment-on-windows-using-eclipse-ganymede-and-nuwen-mingw/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 16:07:21 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[C++ Boost]]></category>
		<category><![CDATA[Eclipse]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/?p=373</guid>
		<description><![CDATA[My friend alerted me a month ago about Nuwen&#8217;s build of MinGW toolchain that has version 4(currently 4.2.1) build of g++ compiler. Now that&#8217;s awesome. But that is not all: it also comes with C++ Boost 1.35 bundled as part of it, among many other useful C++ libraries. 
Consider this post to be an update [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2008/08/06/c-development-environment-on-windows-using-eclipse-ganymede-and-nuwen-mingw/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Installing C++ Boost 1.34.1 on Slackware/Zenwalk</title>
		<link>http://beans.seartipy.com/2007/09/17/installing-c-boost-1341-on-slackwarezenwalk/</link>
		<comments>http://beans.seartipy.com/2007/09/17/installing-c-boost-1341-on-slackwarezenwalk/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 15:13:25 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[C++ Boost]]></category>
		<category><![CDATA[GNU/Linux]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/2007/09/17/installing-c-boost-1341-on-slackwarezenwalk/</guid>
		<description><![CDATA[NOTE: This post is an update of my earlier post Installing C++ Boost 1.33.1 on Slackware/Zenwalk, to now use the new version of C++ Boost libraries &#8211; 1.34.1. What follows below is the traditional way of downloading and installing C++ Boost 1.34.1 on any Slackware based distribution such as Zenwalk and Absolute; for a simpler [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2007/09/17/installing-c-boost-1341-on-slackwarezenwalk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing C++ Boost on Microsoft Windows for Visual Studio .NET 2003/2005/Orcas</title>
		<link>http://beans.seartipy.com/2007/08/20/installing-c-boost-on-microsoft-windows-for-visual-studio-net-20032005/</link>
		<comments>http://beans.seartipy.com/2007/08/20/installing-c-boost-on-microsoft-windows-for-visual-studio-net-20032005/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 11:37:35 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[C++ Boost]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/2007/08/20/installing-c-boost-on-microsoft-windows-for-visual-studio-net-20032005/</guid>
		<description><![CDATA[Boost Consultancy has created a wizard based installer for downloading and installing the correct version of Boost components on a Windows machine for Visual Studio .NET IDEs. The Installer simplifies the process of installation by getting rid of the time-consuming, and on rare occasions error-prone, process of compilation from the sources. But if you use [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2007/08/20/installing-c-boost-on-microsoft-windows-for-visual-studio-net-20032005/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Six Popular IDEs For Developing Software in C/C++ on Windows Platform</title>
		<link>http://beans.seartipy.com/2006/12/31/six-popular-ides-for-developing-software-in-cc-on-windows-platform/</link>
		<comments>http://beans.seartipy.com/2006/12/31/six-popular-ides-for-developing-software-in-cc-on-windows-platform/#comments</comments>
		<pubDate>Sun, 31 Dec 2006 18:02:10 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[C++ Boost]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/2006/12/31/six-popular-ides-for-developing-software-in-cc-on-windows-platform/</guid>
		<description><![CDATA[For all the languages getting created these days, a decent IDE seems to be created even before the development of the language reaches the final stage ;) But even after being in the academics and in the industry for more than three decades, there isn't one consistently released, active C++ IDE project for the Windows [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2006/12/31/six-popular-ides-for-developing-software-in-cc-on-windows-platform/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Getting Started with C++ TR1 Libraries</title>
		<link>http://beans.seartipy.com/2006/12/10/getting-started-with-c-tr1-libraries/</link>
		<comments>http://beans.seartipy.com/2006/12/10/getting-started-with-c-tr1-libraries/#comments</comments>
		<pubDate>Sun, 10 Dec 2006 09:33:04 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[C++ Boost]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/2006/12/10/getting-started-with-c-tr1-libraries/</guid>
		<description><![CDATA[What is C++ TR1?
What exactly is C++ TR1? It is the first Technical Report on C++ Library Extensions as accepted by C++ standards committee and these library extensions will be available in the next official C++ standard to be released - C++0x. All the libraries that are a part of C++ TR1 will be included [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2006/12/10/getting-started-with-c-tr1-libraries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>C++ Boost Filesystem Library(Part III): Example Programs</title>
		<link>http://beans.seartipy.com/2006/05/31/c-boost-filesystem-librarypart-iii-example-programs/</link>
		<comments>http://beans.seartipy.com/2006/05/31/c-boost-filesystem-librarypart-iii-example-programs/#comments</comments>
		<pubDate>Wed, 31 May 2006 07:04:31 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[C++ Boost]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/2006/05/31/c-boost-filesystem-librarypart-iii-example-programs/</guid>
		<description><![CDATA[My earlier posts on C++ Boost Libraries introduced the Boost Filesystem Library and discussed some example programs that make use of it. I discuss two more examples in this post. (Be sure to include the needed boost header files as noted in the earlier posts, including creation of the alias to the boost filesystem namespace: [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2006/05/31/c-boost-filesystem-librarypart-iii-example-programs/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>C++ Boost Filesystem Library(Part II): Example Programs</title>
		<link>http://beans.seartipy.com/2006/05/28/c-boost-filesystem-librarypart-ii-example-programs/</link>
		<comments>http://beans.seartipy.com/2006/05/28/c-boost-filesystem-librarypart-ii-example-programs/#comments</comments>
		<pubDate>Sun, 28 May 2006 14:26:38 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[C++ Boost]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/2006/05/28/c-boost-filesystem-librarypart-ii-example-programs/</guid>
		<description><![CDATA[Continuing from where I had left in my earlier post containing the basics of the C++ Boost Filesystem Library, below are some example programs that make use of some common facilities available in the Boost Filesystem Library. I assume that all the code snippets shown in this post are properly nested within the main() function [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2006/05/28/c-boost-filesystem-librarypart-ii-example-programs/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Boost Filesystem Library: Writing Portable C++ Programs to Acess The Filesystem</title>
		<link>http://beans.seartipy.com/2006/05/10/boost-filesystem-library-writing-portable-c-programs-to-acess-the-filesystem/</link>
		<comments>http://beans.seartipy.com/2006/05/10/boost-filesystem-library-writing-portable-c-programs-to-acess-the-filesystem/#comments</comments>
		<pubDate>Wed, 10 May 2006 12:10:50 +0000</pubDate>
		<dc:creator>tabrez</dc:creator>
				<category><![CDATA[C++ Boost]]></category>

		<guid isPermaLink="false">http://beans.seartipy.com/2006/05/10/boost-filesystem-library-writing-portable-c-programs-to-acess-the-filesystem/</guid>
		<description><![CDATA[Boost Filesystem library allows us to write portable code to access files and directories from a C++ program without using the operating system specific system/library calls. I have written about the Boost family of libraries in an earlier post, and have posted the procedure to install and get started with the Boost libraries on various [...]]]></description>
		<wfw:commentRss>http://beans.seartipy.com/2006/05/10/boost-filesystem-library-writing-portable-c-programs-to-acess-the-filesystem/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
