<?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>Sobbayi&#039;s Tech Labs &#187; C++</title>
	<atom:link href="http://blog.sobbayi.com/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sobbayi.com</link>
	<description>A weblog about software and computer programming including reviews, tutorials and general articles</description>
	<lastBuildDate>Sat, 31 Jul 2010 00:25:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>SQLite vs fopen(), How to Choose</title>
		<link>http://blog.sobbayi.com/2010/07/sqlite-vs-fopen-how-to-choose/</link>
		<comments>http://blog.sobbayi.com/2010/07/sqlite-vs-fopen-how-to-choose/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 08:39:22 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=836</guid>
		<description><![CDATA[Lets examine the notion that SQLite can be a viable replacement for fopen(). To get your understanding, SQLite is an implementation of a database engine that is self contained, serverless, transactional and needs no configuration. On the Other hand fopen() is a function from the standard C library that opens a file for either reading and/or writing and returns a stream associated with that file.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/05/sqlite-vs-mysql-how-to-decide-which-to-use/' rel='bookmark' title='Permanent Link: SQLite vs MySQL: How To Decide Which To Use'>SQLite vs MySQL: How To Decide Which To Use</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/' rel='bookmark' title='Permanent Link: How To Insert Data Into MySQL Tables Using SQLyog'>How To Insert Data Into MySQL Tables Using SQLyog</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/eight-database-mistakes-app-developers-make/' rel='bookmark' title='Permanent Link: Eight Database Mistakes App Developers Make'>Eight Database Mistakes App Developers Make</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/07/sqlite-vs-fopen-how-to-choose/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sobbayi&#8217;s Thoughts on The Nokia Qt SDK</title>
		<link>http://blog.sobbayi.com/2010/07/sobbayis-thoughts-on-the-nokia-qt-sdk/</link>
		<comments>http://blog.sobbayi.com/2010/07/sobbayis-thoughts-on-the-nokia-qt-sdk/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 04:34:15 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[QT]]></category>
		<category><![CDATA[Symbian OS]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=777</guid>
		<description><![CDATA[<img style="border:none;margin-right:5px;margin-bottom:7px;" src="http://blog.sobbayi.com/wp-content/uploads/2010/07/nokiaQtsdk.png" title="Nokia Qt SDK" alt="Nokia Qt SDK" align="left" />I cant say I have yet released any production quality projects using the Nokia Qt SDK just yet; however I have been getting my hands dirty with the Nokia Qt SDK for the past couple of week or more. From what I can see the Nokia Qt SDK is quite a piece of work. Here is what it has to offer.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2009/12/nokia-announces-release-of-qt-4-6/' rel='bookmark' title='Permanent Link: Nokia Announces Release of QT 4.6'>Nokia Announces Release of QT 4.6</a></li>
<li><a href='http://blog.sobbayi.com/2010/02/nokia-releases-qt-4-2-6/' rel='bookmark' title='Permanent Link: Nokia Releases QT 4.2.6'>Nokia Releases QT 4.2.6</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/the-new-and-improved-forum-nokia-website/' rel='bookmark' title='Permanent Link: The New and Improved Forum Nokia Website'>The New and Improved Forum Nokia Website</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/07/sobbayis-thoughts-on-the-nokia-qt-sdk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Build and Install MariaDB on Windows From Source</title>
		<link>http://blog.sobbayi.com/2010/06/how-to-build-and-install-mariadb-on-windows-from-source/</link>
		<comments>http://blog.sobbayi.com/2010/06/how-to-build-and-install-mariadb-on-windows-from-source/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 05:19:49 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[MariaDB]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=698</guid>
		<description><![CDATA[Knowing that MariaDB in the simplest terms, is an alternative to MySQL database server; the world's most popular open source relational database management system. MariaDb has its source code made publicly available from Launchpad, MariaDB remains an open and free version of MySQL database. MariaDB runs on both Linux and Unix based operating systems as well as Windows. 


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/07/the-maria-storage-engine-is-renamed-to-aria-storage-engine/' rel='bookmark' title='Permanent Link: The Maria Storage Engine Is Renamed To Aria Storage Engine'>The Maria Storage Engine Is Renamed To Aria Storage Engine</a></li>
<li><a href='http://blog.sobbayi.com/2009/12/a-little-about-mariadb-a-mysql-spin-off/' rel='bookmark' title='Permanent Link: A little About MariaDB, a MySQL spin-off'>A little About MariaDB, a MySQL spin-off</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/how-to-insert-data-into-mysql-tables-using-sqlyog/' rel='bookmark' title='Permanent Link: How To Insert Data Into MySQL Tables Using SQLyog'>How To Insert Data Into MySQL Tables Using SQLyog</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/06/how-to-build-and-install-mariadb-on-windows-from-source/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Numcrunch C++ Source Code for Calculator Released</title>
		<link>http://blog.sobbayi.com/2010/06/numcrunch-c-source-code-for-calculator-released/</link>
		<comments>http://blog.sobbayi.com/2010/06/numcrunch-c-source-code-for-calculator-released/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 04:13:53 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Calculator]]></category>
		<category><![CDATA[MFC]]></category>
		<category><![CDATA[NumCrunch]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=691</guid>
		<description><![CDATA[The Numcrunch Arithmetic Calculator and its cousin the NumCrunchX05 C++ source code has been released. These calculators were written quite a few years back and are now available for download. I will not be offering support so the source code which uses the MFC framework will have to be used as is with bugs and all seeing I closed the books on these a few years back.


Related posts:<ol><li><a href='http://blog.sobbayi.com/2005/06/si-releases-numcrunch-x05/' rel='bookmark' title='Permanent Link: SI releases Numcrunch X05'>SI releases Numcrunch X05</a></li>
<li><a href='http://blog.sobbayi.com/2005/04/mutant-to-carry-numcrunch-on-into-the-future/' rel='bookmark' title='Permanent Link: Mutant to carry Numcrunch on into the future.'>Mutant to carry Numcrunch on into the future.</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/qt-vs-mfc-on-windows-which-is-best/' rel='bookmark' title='Permanent Link: Qt vs MFC on Windows, Which is Best?'>Qt vs MFC on Windows, Which is Best?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/06/numcrunch-c-source-code-for-calculator-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Qt vs MFC on Windows, Which is Best?</title>
		<link>http://blog.sobbayi.com/2010/06/qt-vs-mfc-on-windows-which-is-best/</link>
		<comments>http://blog.sobbayi.com/2010/06/qt-vs-mfc-on-windows-which-is-best/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 05:34:19 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[MFC]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[QT]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=667</guid>
		<description><![CDATA[<img style="border:none;margin-right:5px;margin-bottom:7px;" src="http://blog.sobbayi.com/wp-content/uploads/2010/06/nokia-qt-thumb.jpg" title="Nokia Qt" alt="Nokia Qt" align="left" />After  a couple of years of coding experience with both Qt and MFC, I'd say I am pretty confident in my credibility in deciding which of these two C++ frameworks would be best to use to develop GUIs on Windows.  MFC has been around on Windows much longer but does that make it have an edge over Qt? Well keep reading to find out


Related posts:<ol><li><a href='http://blog.sobbayi.com/2009/12/nokia-announces-release-of-qt-4-6/' rel='bookmark' title='Permanent Link: Nokia Announces Release of QT 4.6'>Nokia Announces Release of QT 4.6</a></li>
<li><a href='http://blog.sobbayi.com/2010/07/sobbayis-thoughts-on-the-nokia-qt-sdk/' rel='bookmark' title='Permanent Link: Sobbayi&#8217;s Thoughts on The Nokia Qt SDK'>Sobbayi&#8217;s Thoughts on The Nokia Qt SDK</a></li>
<li><a href='http://blog.sobbayi.com/2010/02/nokia-releases-qt-4-2-6/' rel='bookmark' title='Permanent Link: Nokia Releases QT 4.2.6'>Nokia Releases QT 4.2.6</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/06/qt-vs-mfc-on-windows-which-is-best/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nokia Releases QT 4.2.6</title>
		<link>http://blog.sobbayi.com/2010/02/nokia-releases-qt-4-2-6/</link>
		<comments>http://blog.sobbayi.com/2010/02/nokia-releases-qt-4-2-6/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 07:06:25 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Maemo]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[QT]]></category>
		<category><![CDATA[Smart Installer]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=263</guid>
		<description><![CDATA[Nokia Announced today that it has released QT 4.2.6 cross-platform application and UI framework. So what does this mean? Well for starters, a better platform than any previous versions before it. This will be interesting to download and use as it brings in much anticipated features such as the Smart installer for Symbian (BETA). There [...]


Related posts:<ol><li><a href='http://blog.sobbayi.com/2009/12/nokia-announces-release-of-qt-4-6/' rel='bookmark' title='Permanent Link: Nokia Announces Release of QT 4.6'>Nokia Announces Release of QT 4.6</a></li>
<li><a href='http://blog.sobbayi.com/2010/07/sobbayis-thoughts-on-the-nokia-qt-sdk/' rel='bookmark' title='Permanent Link: Sobbayi&#8217;s Thoughts on The Nokia Qt SDK'>Sobbayi&#8217;s Thoughts on The Nokia Qt SDK</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/qt-vs-mfc-on-windows-which-is-best/' rel='bookmark' title='Permanent Link: Qt vs MFC on Windows, Which is Best?'>Qt vs MFC on Windows, Which is Best?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2010/02/nokia-releases-qt-4-2-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technology Notes in the Wee Hours of the Night</title>
		<link>http://blog.sobbayi.com/2009/12/technology-notes-from-the-wee-hours-of-the-night/</link>
		<comments>http://blog.sobbayi.com/2009/12/technology-notes-from-the-wee-hours-of-the-night/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 06:51:06 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Calculator]]></category>
		<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=192</guid>
		<description><![CDATA[It&#8217;s another Sunday evening, well actually its Monday morning right now. For those that know me you are probably thinking, well, that&#8217;s not so strange. On my part I have to say that personally I am thinking this is quite strange. I still got hours to burn and I am not writing a single line [...]


Related posts:<ol><li><a href='http://blog.sobbayi.com/2005/06/si-releases-numcrunch-x05/' rel='bookmark' title='Permanent Link: SI releases Numcrunch X05'>SI releases Numcrunch X05</a></li>
<li><a href='http://blog.sobbayi.com/2005/04/mutant-to-carry-numcrunch-on-into-the-future/' rel='bookmark' title='Permanent Link: Mutant to carry Numcrunch on into the future.'>Mutant to carry Numcrunch on into the future.</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/numcrunch-c-source-code-for-calculator-released/' rel='bookmark' title='Permanent Link: Numcrunch C++ Source Code for Calculator Released'>Numcrunch C++ Source Code for Calculator Released</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2009/12/technology-notes-from-the-wee-hours-of-the-night/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Trinity+++ and Mozqeeto come of age</title>
		<link>http://blog.sobbayi.com/2006/06/trinity-and-mozqeeto-come-of-age/</link>
		<comments>http://blog.sobbayi.com/2006/06/trinity-and-mozqeeto-come-of-age/#comments</comments>
		<pubDate>Wed, 21 Jun 2006 11:41:24 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Engines]]></category>
		<category><![CDATA[Mozqeeto]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Trinity+++]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=59</guid>
		<description><![CDATA[Over the past two years, I have been spending endless sleepless nights fine-tuning two of our Browser Based Application and Web Site Development Engines. Our Engines code-named Trinity+++ and Mozqeeto have finally come of age. A lot of features put into these Engines are based on past experience gathered from developing web sites and other [...]


Related posts:<ol><li><a href='http://blog.sobbayi.com/2005/02/bug-fixupdates-subscription-module/' rel='bookmark' title='Permanent Link: Bug Fix – Updates Subscription Module.'>Bug Fix – Updates Subscription Module.</a></li>
<li><a href='http://blog.sobbayi.com/2005/04/mutant-to-carry-numcrunch-on-into-the-future/' rel='bookmark' title='Permanent Link: Mutant to carry Numcrunch on into the future.'>Mutant to carry Numcrunch on into the future.</a></li>
<li><a href='http://blog.sobbayi.com/2004/06/si-called-upon-to-help-complete-delayed-project/' rel='bookmark' title='Permanent Link: SI called upon to help complete delayed project.'>SI called upon to help complete delayed project.</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2006/06/trinity-and-mozqeeto-come-of-age/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SI releases Numcrunch X05</title>
		<link>http://blog.sobbayi.com/2005/06/si-releases-numcrunch-x05/</link>
		<comments>http://blog.sobbayi.com/2005/06/si-releases-numcrunch-x05/#comments</comments>
		<pubDate>Mon, 13 Jun 2005 11:37:13 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Calculator]]></category>
		<category><![CDATA[MFC]]></category>
		<category><![CDATA[NumCrunch]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=54</guid>
		<description><![CDATA[The new Numcrunch Calculator code named Numcrunch X05 is finally ready for download. There was a major delay in getting this utility online. As you go to the downloads page you will notice that this calculator has some functions missing. This was a deliberate twist on our side as I felt that it would be [...]


Related posts:<ol><li><a href='http://blog.sobbayi.com/2010/06/numcrunch-c-source-code-for-calculator-released/' rel='bookmark' title='Permanent Link: Numcrunch C++ Source Code for Calculator Released'>Numcrunch C++ Source Code for Calculator Released</a></li>
<li><a href='http://blog.sobbayi.com/2005/04/mutant-to-carry-numcrunch-on-into-the-future/' rel='bookmark' title='Permanent Link: Mutant to carry Numcrunch on into the future.'>Mutant to carry Numcrunch on into the future.</a></li>
<li><a href='http://blog.sobbayi.com/2004/01/numcrunch-back-in-the-lab/' rel='bookmark' title='Permanent Link: NumCrunch is back in the lab.'>NumCrunch is back in the lab.</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2005/06/si-releases-numcrunch-x05/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mutant to carry Numcrunch on into the future.</title>
		<link>http://blog.sobbayi.com/2005/04/mutant-to-carry-numcrunch-on-into-the-future/</link>
		<comments>http://blog.sobbayi.com/2005/04/mutant-to-carry-numcrunch-on-into-the-future/#comments</comments>
		<pubDate>Mon, 11 Apr 2005 11:30:25 +0000</pubDate>
		<dc:creator>sobbayi</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Calculator]]></category>
		<category><![CDATA[Mutant]]></category>
		<category><![CDATA[NumCrunch]]></category>

		<guid isPermaLink="false">http://blog.sobbayi.com/?p=50</guid>
		<description><![CDATA[Mutant to carry Numcrunch on into the future One of our miniature projects, Numcrunch, a Windows based arithmetic calculator has been a household name in the corridors of SI for a pretty long while now. It was originally coded in November 2002 and Bug fixed two months later in January 2003. This is a utility [...]


Related posts:<ol><li><a href='http://blog.sobbayi.com/2005/06/si-releases-numcrunch-x05/' rel='bookmark' title='Permanent Link: SI releases Numcrunch X05'>SI releases Numcrunch X05</a></li>
<li><a href='http://blog.sobbayi.com/2010/06/numcrunch-c-source-code-for-calculator-released/' rel='bookmark' title='Permanent Link: Numcrunch C++ Source Code for Calculator Released'>Numcrunch C++ Source Code for Calculator Released</a></li>
<li><a href='http://blog.sobbayi.com/2004/01/numcrunch-back-in-the-lab/' rel='bookmark' title='Permanent Link: NumCrunch is back in the lab.'>NumCrunch is back in the lab.</a></li>
</ol>]]></description>
		<wfw:commentRss>http://blog.sobbayi.com/2005/04/mutant-to-carry-numcrunch-on-into-the-future/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
