<?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>learning C++</title>
	<atom:link href="http://spirit.blau.in/cplusplus/feed/" rel="self" type="application/rss+xml" />
	<link>http://spirit.blau.in/cplusplus</link>
	<description>my first experiences with C++</description>
	<lastBuildDate>Sun, 05 Jun 2011 19:02:28 +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>Qt: hellotr</title>
		<link>http://spirit.blau.in/cplusplus/2011/06/05/qt-hellotr/</link>
		<comments>http://spirit.blau.in/cplusplus/2011/06/05/qt-hellotr/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 18:27:15 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/cplusplus/?p=45</guid>
		<description><![CDATA[IDE file:///home/ubuntu/Documents/2011-II/hellotr/hellotr ubuntu@ubuntu:~/Documents/2011-II/hellotr$ qmake -project qmake hellotr.pro make ./hellotr page 23 tutorial book &#8220;C++ GUI Programming with Qt 4&#8243; http://www.qtrac.eu/C++-GUI-Programming-with-Qt-4-1st-ed.zip http://blog.hartwork.org/?p=156]]></description>
			<content:encoded><![CDATA[<p>IDE file:///home/ubuntu/Documents/2011-II/hellotr/hellotr<br />
ubuntu@ubuntu:~/Documents/2011-II/hellotr$ qmake -project<br />
qmake hellotr.pro<br />
make<br />
./hellotr<br />
page 23 tutorial book &#8220;C++ GUI Programming with Qt 4&#8243; </p>
<p>http://www.qtrac.eu/C++-GUI-Programming-with-Qt-4-1st-ed.zip</p>
<p>http://blog.hartwork.org/?p=156</p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/cplusplus/2011/06/05/qt-hellotr/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>inheritance</title>
		<link>http://spirit.blau.in/cplusplus/2009/06/16/inheritance/</link>
		<comments>http://spirit.blau.in/cplusplus/2009/06/16/inheritance/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 04:54:08 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/cplusplus/2009/06/16/inheritance/</guid>
		<description><![CDATA[inheritance &#8211; just read this section again]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cplusplus.com/doc/tutorial/inheritance/">inheritance</a> &#8211; just read this section again</p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/cplusplus/2009/06/16/inheritance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>reading qt hand book page 472</title>
		<link>http://spirit.blau.in/cplusplus/2009/04/30/reading-qt-hand-book-page-472/</link>
		<comments>http://spirit.blau.in/cplusplus/2009/04/30/reading-qt-hand-book-page-472/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 01:27:10 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/cplusplus/?p=28</guid>
		<description><![CDATA[reading qt hand book page 472 ubuntu@ubuntu-desktop:~/200904$ g++ -c main.cpp &#62;&#62; created main.o ubuntu@ubuntu-desktop:~/200904$ g++ -c square.cpp &#62;&#62; created square.o ld main.o square.o -o square &#62;&#62; failed, possible that ld is a windows command?]]></description>
			<content:encoded><![CDATA[<p>reading qt hand book page 472<br />
ubuntu@ubuntu-desktop:~/200904$ g++ -c main.cpp<br />
&gt;&gt; created main.o<br />
ubuntu@ubuntu-desktop:~/200904$ g++ -c square.cpp<br />
&gt;&gt; created square.o</p>
<p>ld main.o square.o -o square</p>
<p>&gt;&gt; failed, possible that ld is a windows command?</p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/cplusplus/2009/04/30/reading-qt-hand-book-page-472/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>control structures</title>
		<link>http://spirit.blau.in/cplusplus/2009/04/05/control-structures/</link>
		<comments>http://spirit.blau.in/cplusplus/2009/04/05/control-structures/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 05:32:12 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/cplusplus/2009/04/05/control-structures/</guid>
		<description><![CDATA[pointers, control structures]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cprogramming.com/tutorial/lesson6.html">pointers</a>, <a href="http://www.cplusplus.com/doc/tutorial/control.html">control structures</a></p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/cplusplus/2009/04/05/control-structures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Node 01: pointers</title>
		<link>http://spirit.blau.in/cplusplus/2009/04/01/pointers/</link>
		<comments>http://spirit.blau.in/cplusplus/2009/04/01/pointers/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 16:39:02 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/cplusplus/?p=25</guid>
		<description><![CDATA[Node 01: pointers online c++ tutorial Node 02: Classes I &#8211; read again, have to continue with &#8220;example on constructors and destructors&#8221;]]></description>
			<content:encoded><![CDATA[<p>Node 01: <a href="http://www.cplusplus.com/doc/tutorial/pointers/">pointers</a><br />
<a href="http://www.intap.net/~drw/cpp/">online c++ tutorial</a></p>
<p>Node 02: <a href="http://www.cplusplus.com/doc/tutorial/classes/">Classes I</a> &#8211; read again, have to continue with &#8220;example on constructors and destructors&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/cplusplus/2009/04/01/pointers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>reading namespaces again</title>
		<link>http://spirit.blau.in/cplusplus/2009/03/28/reading-namespaces-again/</link>
		<comments>http://spirit.blau.in/cplusplus/2009/03/28/reading-namespaces-again/#comments</comments>
		<pubDate>Sat, 28 Mar 2009 11:46:58 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/cplusplus/?p=23</guid>
		<description><![CDATA[reading namespaces again]]></description>
			<content:encoded><![CDATA[<p>reading <a href="http://www.cplusplus.com/doc/tutorial/namespaces.html">namespaces</a> again</p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/cplusplus/2009/03/28/reading-namespaces-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>legpress</title>
		<link>http://spirit.blau.in/cplusplus/2009/03/24/legpress/</link>
		<comments>http://spirit.blau.in/cplusplus/2009/03/24/legpress/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 06:20:22 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/cplusplus/2009/03/24/legpress/</guid>
		<description><![CDATA[char legpress; char * adduction; char ** abduction; legpress = &#8216;l&#8217;; adduction = &#38;legpress // 06 abduction = &#38;adduction // 07 // legpress    adduction    abduction // &#8216;l&#8217;        06        07 // 06        07        08]]></description>
			<content:encoded><![CDATA[<p>char legpress;<br />
char * adduction;<br />
char ** abduction;<br />
legpress = &#8216;l&#8217;;<br />
adduction = &amp;legpress // 06<br />
abduction = &amp;adduction // 07</p>
<p>// legpress    adduction    abduction<br />
// &#8216;l&#8217;        06        07<br />
// 06        07        08</p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/cplusplus/2009/03/24/legpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pointer press</title>
		<link>http://spirit.blau.in/cplusplus/2009/03/24/pointer-press/</link>
		<comments>http://spirit.blau.in/cplusplus/2009/03/24/pointer-press/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 06:02:43 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/cplusplus/2009/03/24/pointer-press/</guid>
		<description><![CDATA[// experimenting with weight pointer and myslot #include &#60;iostream&#62; using namespace std; int main () { int firstweight, secondweight; // all weights are integer values int * mymachine; // you can select just integer weights int * press; // 01 has a pointer int sentenceone; press = &#38;sentenceone; *press = 50; mymachine = &#38;firstweight; // [...]]]></description>
			<content:encoded><![CDATA[<p>// experimenting with weight pointer and myslot<br />
#include &lt;iostream&gt;<br />
using namespace std;</p>
<p>int main ()<br />
{<br />
int firstweight, secondweight; // all weights are integer values<br />
int * mymachine; // you can select just integer weights<br />
int * press; // 01 has a pointer<br />
int sentenceone;</p>
<p>press = &amp;sentenceone;<br />
*press = 50;<br />
mymachine = &amp;firstweight; // the address of firstweight is 14<br />
*mymachine = 55; // 55 is the value of the weight that the pointer of mymachine points to<br />
mymachine = &amp;secondweight; // the address of the secondweight is 14, too<br />
*mymachine = 70; // 70 is the value of the weight that the selector points to<br />
cout &lt;&lt; &#8220;sentence one of the press is &#8221; &lt;&lt; sentenceone &lt;&lt; endl;<br />
cout &lt;&lt; &#8220;firstweight is &#8221; &lt;&lt; firstweight &lt;&lt; endl;<br />
cout &lt;&lt; &#8220;secondweight is &#8221; &lt;&lt; secondweight &lt;&lt; endl;<br />
return 0;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/cplusplus/2009/03/24/pointer-press/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multidimensional arrays</title>
		<link>http://spirit.blau.in/cplusplus/2009/03/15/multidimensional-arrays/</link>
		<comments>http://spirit.blau.in/cplusplus/2009/03/15/multidimensional-arrays/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 03:58:58 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/cplusplus/2009/03/15/multidimensional-arrays/</guid>
		<description><![CDATA[What are multidimensional arrays? Is the final null character added automatically? char greeting[] = "Hello, "; &#8211; when compiling an running the program, I get the impression that this isn&#8217;t the case. Or I misunderstood something, I think. is different from \n &#8211; that&#8217;s it. But what is the null character good for? What is [...]]]></description>
			<content:encoded><![CDATA[<p>What are <a href="http://www.cplusplus.com/doc/tutorial/arrays.html">multidimensional arrays</a>?<br />
Is the final null character <a href="http://www.cplusplus.com/doc/tutorial/ntcs.html">added automatically</a>? <code>char greeting[] = "Hello, ";</code> &#8211; when compiling an running the program, I get the impression that this isn&#8217;t the case. Or I misunderstood something, I think.  is different from \n &#8211; that&#8217;s it. But what is the <a href="http://en.wikipedia.org/wiki/Null_character">null character</a> good for?</p>
<p>What is the <a href="http://www.cplusplus.com/doc/tutorial/pointers.html">reference operator</a> (&amp;)?</p>
<p>What is the dereference operator?</p>
<p>What is an assignment operation? Can you give an example?</p>
<p>What is a <a href="http://en.wikipedia.org/wiki/Pointer_(computing)">pointer</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/cplusplus/2009/03/15/multidimensional-arrays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>experimenting with a function</title>
		<link>http://spirit.blau.in/cplusplus/2009/03/14/experimenting-with-a-function/</link>
		<comments>http://spirit.blau.in/cplusplus/2009/03/14/experimenting-with-a-function/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 23:28:28 +0000</pubDate>
		<dc:creator>producer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://spirit.blau.in/cplusplus/2009/03/14/experimenting-with-a-function/</guid>
		<description><![CDATA[Currently, I am experimenting with this function. // return of two values #include using namespace std; void previousnext (int x, int&#38; previous, int&#38; next) { previous = x-1; next = x+1; } int main () { int x=150, y, z; previousnext (x, y, z); cout &#60;&#60; &#8220;The previous value is &#8221; &#60;&#60; y &#60;&#60; &#8220;, [...]]]></description>
			<content:encoded><![CDATA[<p>Currently, I am experimenting with this function.</p>
<p><code>// return of two values<br />
#include<br />
using namespace std;</code></p>
<p>void previousnext (int x, int&amp; previous, int&amp; next)<br />
{<br />
previous = x-1;<br />
next = x+1;<br />
}</p>
<p>int main ()<br />
{<br />
int x=150, y, z;<br />
previousnext (x, y, z);<br />
cout &lt;&lt; &#8220;The previous value is &#8221; &lt;&lt; y &lt;&lt; &#8220;, and the next value is &#8221; &lt;&lt; z &lt;&lt;&#8221;.\n&#8221;;<br />
return 0;<br />
}</p>
<p>You may want to read <a href="http://www.cplusplus.com/doc/tutorial/functions2.html">some explanation</a> how it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://spirit.blau.in/cplusplus/2009/03/14/experimenting-with-a-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

