<?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"
	>

<channel>
	<title>Onecore</title>
	<atom:link href="http://www.onecore.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.onecore.net</link>
	<description>Developer Network</description>
	<pubDate>Sat, 05 Jul 2008 09:56:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>C++ Templates</title>
		<link>http://www.onecore.net/c-templates.htm</link>
		<comments>http://www.onecore.net/c-templates.htm#comments</comments>
		<pubDate>Sat, 05 Jul 2008 09:56:59 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Review]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.onecore.net/?p=87</guid>
		<description><![CDATA[Template in C++ is very interesting topic. Templates allow you to define functions and  Classes that have parameters for type names. This article is about C++ templates, its types and its usage. 
What is template?
Templates allow us to define generic classes. Template is mechanism which allows us to use one  function or class to handle [...]]]></description>
		<wfw:commentRss>http://www.onecore.net/c-templates.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>C++ under linux</title>
		<link>http://www.onecore.net/c-under-linux.htm</link>
		<comments>http://www.onecore.net/c-under-linux.htm#comments</comments>
		<pubDate>Mon, 16 Jun 2008 12:02:36 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[General]]></category>

		<category><![CDATA[Getting Started]]></category>

		<category><![CDATA[Linux]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.onecore.net/?p=80</guid>
		<description><![CDATA[There are plenty of ways with which you can do C++ programming under linux. You can use mdern IDE&#8217;s or use VI/Emacs to create C++ program files then can even use gcc on terminal to compile and execute C++ files.Let&#8217;s discuss the simple way to create programs under linux.
Before you start make sure you&#8217;ve:
Text editor: [...]]]></description>
		<wfw:commentRss>http://www.onecore.net/c-under-linux.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Borland C++ Builder -Components</title>
		<link>http://www.onecore.net/borland-c-builder-components.htm</link>
		<comments>http://www.onecore.net/borland-c-builder-components.htm#comments</comments>
		<pubDate>Sun, 15 Jun 2008 13:49:29 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[IDE]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.onecore.net/?p=51</guid>
		<description><![CDATA[In previous posts,I&#8217;ve covered some details about creating windows &#38; console applications.If you haven&#8217;t read the previous part,please take a look at part1,part2 &#38; part3.For those who followed this series continue reading this article.
Component palette
When you open up the Borland C++ Builder then you can see the palette below the main menu of the application.This [...]]]></description>
		<wfw:commentRss>http://www.onecore.net/borland-c-builder-components.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Trevor McCauley</title>
		<link>http://www.onecore.net/trevor-mccauley.htm</link>
		<comments>http://www.onecore.net/trevor-mccauley.htm#comments</comments>
		<pubDate>Sun, 08 Jun 2008 10:27:44 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[Interviews]]></category>

		<guid isPermaLink="false">http://www.onecore.net/?p=88</guid>
		<description><![CDATA[Today we sit down and ask some questions to Trevor McCauley (Senocular) about his personal life and Flash.
Q. Hello Trevor, thanks for taking time to answer few questions. Please tell us a bit about yourself.

No problem. Let&#8217;s see.  I currently work for Adobe as a Quality Engineer on the Flash Player team in San Francisco, [...]]]></description>
		<wfw:commentRss>http://www.onecore.net/trevor-mccauley.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>JDBC Drivers</title>
		<link>http://www.onecore.net/jdbc-drivers.htm</link>
		<comments>http://www.onecore.net/jdbc-drivers.htm#comments</comments>
		<pubDate>Fri, 06 Jun 2008 09:20:16 +0000</pubDate>
		<dc:creator>mahesh</dc:creator>
		
		<category><![CDATA[Database]]></category>

		<category><![CDATA[Java]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.onecore.net/?p=85</guid>
		<description><![CDATA[JDBC drivers allow you to connect to any type of database. There are 4-types of JDBC drivers available, out of which Type-1 and Type-4 is used extensively. This article will cover the introductory part of JDBC drivers. So let’s start the discussion from the JDBC API in short.
JDBC (Java Database Connectivity)
JDBC stands for Java Database [...]]]></description>
		<wfw:commentRss>http://www.onecore.net/jdbc-drivers.htm/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
