<?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>Onecore&#187; C++</title> <atom:link href="http://onecore.net/category/c/feed" rel="self" type="application/rss+xml" /><link>http://onecore.net</link> <description></description> <lastBuildDate>Mon, 23 Apr 2012 17:52:37 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Beginner QT Programing Books</title><link>http://onecore.net/beginner-qt-programing-books.htm</link> <comments>http://onecore.net/beginner-qt-programing-books.htm#comments</comments> <pubDate>Wed, 05 Jan 2011 09:45:15 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Books]]></category> <category><![CDATA[C++]]></category> <category><![CDATA[QT]]></category><guid isPermaLink="false">http://onecore.net/?p=366</guid> <description><![CDATA[QT allows you to write programs that run on multiple operating system. Unless you&#8217;ve any commercial intentions you can always use QT to get your small projects or open source projects to work with your C++ programming skills. Other than C++ language, QT also supports java and Python with additional language bindings. Java supported release [...]<p><a href="http://onecore.net/beginner-qt-programing-books.htm">Beginner QT Programing Books</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/beginner-qt-programing-books.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>C++ Books for Interviews</title><link>http://onecore.net/c-books-for-interviews.htm</link> <comments>http://onecore.net/c-books-for-interviews.htm#comments</comments> <pubDate>Sun, 02 Jan 2011 18:20:18 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[Books]]></category> <category><![CDATA[C++]]></category><guid isPermaLink="false">http://onecore.net/?p=355</guid> <description><![CDATA[For freshers C and C++ are the languages which are often selected by interviewer to select the right candidate for their company. If you&#8217;re applying to company as fresher or experienced for C++ developer position then you need to prepare accordingly. Level of the test difficult will vary based on your experience, freshers are likely [...]<p><a href="http://onecore.net/c-books-for-interviews.htm">C++ Books for Interviews</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/c-books-for-interviews.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Developing C/C++ programs under ubuntu</title><link>http://onecore.net/developing-cc-programs-under-ubuntu.htm</link> <comments>http://onecore.net/developing-cc-programs-under-ubuntu.htm#comments</comments> <pubDate>Thu, 27 Aug 2009 14:40:13 +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=192</guid> <description><![CDATA[I already covered how to write c++ programs in linux. But in that article, i didn’t mentioned about how to install compilers and stuff. So this post will cover how to install compilers in ubuntu and to write, compile and run program. Installing C/C++ compilers Enter this into terminal (Note: you’ll be asked for root [...]<p><a href="http://onecore.net/developing-cc-programs-under-ubuntu.htm">Developing C/C++ programs under ubuntu</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/developing-cc-programs-under-ubuntu.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Libraries and Namespaces</title><link>http://onecore.net/libraries-and-namespaces.htm</link> <comments>http://onecore.net/libraries-and-namespaces.htm#comments</comments> <pubDate>Fri, 29 May 2009 08:37:32 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[C++]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/?p=77</guid> <description><![CDATA[C++ comes with a number of standard libraries.Some libraries are commercial &#38; limited to perticular compiler while some are included in every compiler.These libraries place their definitions inside namespace.So we&#8217;ll discuss what namespace is,but before moving onto namespace let&#8217;s clear few things about libraries.  Libraries In C++,you came across so many built-in libraries.You can use [...]<p><a href="http://onecore.net/libraries-and-namespaces.htm">Libraries and Namespaces</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/libraries-and-namespaces.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Locale</title><link>http://onecore.net/locale.htm</link> <comments>http://onecore.net/locale.htm#comments</comments> <pubDate>Wed, 20 May 2009 00:08:20 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[C++]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Programming]]></category><guid isPermaLink="false">http://www.onecore.net/?p=183</guid> <description><![CDATA[Sometimes the question is asked to students that “What is locale?” during interviews. Let’s talk about it in this post. As per Wikipedia : In computing, locale is a set of parameters that defines the user&#8217;s language, country and any special variant preferences that the user wants to see in their user interface. Usually a [...]<p><a href="http://onecore.net/locale.htm">Locale</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/locale.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>C++: Multiple Source files</title><link>http://onecore.net/c-multiple-source-files.htm</link> <comments>http://onecore.net/c-multiple-source-files.htm#comments</comments> <pubDate>Sun, 15 Feb 2009 08:55:29 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[C++]]></category> <category><![CDATA[General]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/?p=74</guid> <description><![CDATA[It can be inconvenient to write a long program within a single file. When programs grow to hundreds or thousands of lines, breaking them into modular units helps manage the program.This way you can bring modularity in your project.Both C &#38; C++ allows you to break your program in multiple source files.This article will discuss [...]<p><a href="http://onecore.net/c-multiple-source-files.htm">C++: Multiple Source files</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/c-multiple-source-files.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Visual C++ Express</title><link>http://onecore.net/visual-c-express.htm</link> <comments>http://onecore.net/visual-c-express.htm#comments</comments> <pubDate>Sat, 15 Nov 2008 13:49:58 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[C++]]></category> <category><![CDATA[IDE]]></category><guid isPermaLink="false">http://www.onecore.net/?p=70</guid> <description><![CDATA[Developing C++ programs for windows platform can be fun, provided that you&#8217;re using the right tool. There are plenty of choices available while starting your journey in windows development using C++. The two most worthy tools are Turbo C++ explorer &#38; Microsoft visual C++ express. Turbo C++ explorer is very easy to start, but later [...]<p><a href="http://onecore.net/visual-c-express.htm">Visual C++ Express</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/visual-c-express.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Errors &amp; Exception handling</title><link>http://onecore.net/errors-exception-handling.htm</link> <comments>http://onecore.net/errors-exception-handling.htm#comments</comments> <pubDate>Wed, 15 Oct 2008 12:48:44 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[C++]]></category> <category><![CDATA[Getting Started]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/?p=69</guid> <description><![CDATA[Every accomplished programmer or developer has been through lot of errors and exceptions while programming. Errors are developers’ birth right. You can’t be better programmer if you don’t know how to deal with them. Every programming language has its own way of dealing with them. The focus of this article is to help you deal [...]<p><a href="http://onecore.net/errors-exception-handling.htm">Errors &amp; Exception handling</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/errors-exception-handling.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Wxwidgets</title><link>http://onecore.net/wxwidgets.htm</link> <comments>http://onecore.net/wxwidgets.htm#comments</comments> <pubDate>Wed, 10 Sep 2008 11:08:54 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[C++]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/wxwidgets.htm</guid> <description><![CDATA[There are plenty of open source toolkits available for GUI design like: Ultimate++, FLTK and QT. But very few can be used effectively such as Wxwidgets. Programming language like Java is very easy to learn and deploy, but there are many problems addressed with it.Mono.net is still in its progressive stage, so there is huge learning [...]<p><a href="http://onecore.net/wxwidgets.htm">Wxwidgets</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/wxwidgets.htm/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>WINBGIm Graphics</title><link>http://onecore.net/winbgim-graphics.htm</link> <comments>http://onecore.net/winbgim-graphics.htm#comments</comments> <pubDate>Tue, 12 Aug 2008 11:03:19 +0000</pubDate> <dc:creator>mahesh</dc:creator> <category><![CDATA[C++]]></category> <category><![CDATA[Getting Started]]></category> <category><![CDATA[Programming]]></category> <category><![CDATA[Tutorials]]></category><guid isPermaLink="false">http://www.onecore.net/?p=65</guid> <description><![CDATA[Previously, I&#8217;ve discussed installation &#38; configuration of Winbgim with Dev-C++ here. As devpaks for Winbgim are released, things are now much better than before. This article is designed to help you create graphics programs using WINBGIm and DEV-C++. Getting Started Before we start, click here to download the WINBGIm devpak. If possible try and download [...]<p><a href="http://onecore.net/winbgim-graphics.htm">WINBGIm Graphics</a> is a post from: <a href="http://onecore.net">Onecore</a></p> ]]></description> <wfw:commentRss>http://onecore.net/winbgim-graphics.htm/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: onecore.net @ 2012-05-19 16:50:41 by W3 Total Cache -->
