<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: 1.3 &#8212; A first look at variables (and cin)</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/13-a-first-look-at-variables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/13-a-first-look-at-variables/</link>
	<description></description>
	<pubDate>Sun, 20 Jul 2008 14:29:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Joyel</title>
		<link>http://www.learncpp.com/cpp-tutorial/13-a-first-look-at-variables/#comment-19947</link>
		<dc:creator>Joyel</dc:creator>
		<pubDate>Sat, 28 Jun 2008 04:35:45 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=22#comment-19947</guid>
		<description>You cuold have probably went into a little more detail about those 2 functions but you did a good job of getting us on the right track...to start with.</description>
		<content:encoded><![CDATA[<p>You cuold have probably went into a little more detail about those 2 functions but you did a good job of getting us on the right track&#8230;to start with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r86k</title>
		<link>http://www.learncpp.com/cpp-tutorial/13-a-first-look-at-variables/#comment-19375</link>
		<dc:creator>r86k</dc:creator>
		<pubDate>Thu, 19 Jun 2008 21:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=22#comment-19375</guid>
		<description>
#include &#60;iostream&#62;  
using namespace std; 

int main(void)
{
    
        
    cout &#60;&#60; &#34;Enter a number: &#34; &#60;&#60; endl;
    int x;
    cin &#62;&#62; x;
    cout &#60;&#60; &#34;You entered &#34; &#60;&#60; x &#60;&#60; endl;

    system (&#34;pause&#34;);
    return 0;
}
       </description>
		<content:encoded><![CDATA[<p>#include &lt;iostream&gt;<br />
using namespace std; </p>
<p>int main(void)<br />
{</p>
<p>    cout &lt;&lt; &quot;Enter a number: &quot; &lt;&lt; endl;<br />
    int x;<br />
    cin &gt;&gt; x;<br />
    cout &lt;&lt; &quot;You entered &quot; &lt;&lt; x &lt;&lt; endl;</p>
<p>    system (&quot;pause&quot;);<br />
    return 0;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.learncpp.com/cpp-tutorial/13-a-first-look-at-variables/#comment-13689</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Thu, 01 May 2008 00:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=22#comment-13689</guid>
		<description>&#62;&#62;Coconut

Maybe you should give an example of what you don't understand instead of just pouting.  People could then help you to understand.</description>
		<content:encoded><![CDATA[<p>&gt;&gt;Coconut</p>
<p>Maybe you should give an example of what you don&#8217;t understand instead of just pouting.  People could then help you to understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Coconut</title>
		<link>http://www.learncpp.com/cpp-tutorial/13-a-first-look-at-variables/#comment-13674</link>
		<dc:creator>Coconut</dc:creator>
		<pubDate>Wed, 30 Apr 2008 20:19:47 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=22#comment-13674</guid>
		<description>This needs to be more noob friendly. I don't understand most of it, due to your obscure way of phrasing things. Please explain things so that normal people can understand.</description>
		<content:encoded><![CDATA[<p>This needs to be more noob friendly. I don&#8217;t understand most of it, due to your obscure way of phrasing things. Please explain things so that normal people can understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn C++ - &#187; 1.2 &#8212; Comments</title>
		<link>http://www.learncpp.com/cpp-tutorial/13-a-first-look-at-variables/#comment-12621</link>
		<dc:creator>Learn C++ - &#187; 1.2 &#8212; Comments</dc:creator>
		<pubDate>Wed, 23 Apr 2008 02:19:43 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=22#comment-12621</guid>
		<description>[...] 2007      Prev/Next Posts   &#171; Tiga 1.0.2 widget fix for WordPress 2.2 &#124; Home &#124; 1.3 &#8212; A first look at variables (and cin) &#187;     Wednesday, May 30th, 2007 at 4:17 [...]</description>
		<content:encoded><![CDATA[<p>[...] 2007      Prev/Next Posts   &laquo; Tiga 1.0.2 widget fix for WordPress 2.2 | Home | 1.3 &#8212; A first look at variables (and cin) &raquo;     Wednesday, May 30th, 2007 at 4:17 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Learn C++ - &#187; 1.4 &#8212; A first look at functions</title>
		<link>http://www.learncpp.com/cpp-tutorial/13-a-first-look-at-variables/#comment-12584</link>
		<dc:creator>Learn C++ - &#187; 1.4 &#8212; A first look at functions</dc:creator>
		<pubDate>Wed, 23 Apr 2008 01:36:10 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=22#comment-12584</guid>
		<description>[...]  1.3 â€” A first look at variables (and cin) [...]</description>
		<content:encoded><![CDATA[<p>[...]  1.3 â€” A first look at variables (and cin) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.learncpp.com/cpp-tutorial/13-a-first-look-at-variables/#comment-11194</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 08 Apr 2008 04:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=22#comment-11194</guid>
		<description>It sounds like your linker properties/directories are set up incorrectly.

You might see if &lt;a href="http://www.gamedev.net/community/forums/topic.asp?topic_id=426432" rel="nofollow"&gt;this&lt;/a&gt; is your problem.</description>
		<content:encoded><![CDATA[<p>It sounds like your linker properties/directories are set up incorrectly.</p>
<p>You might see if <a href="http://www.gamedev.net/community/forums/topic.asp?topic_id=426432" rel="nofollow">this</a> is your problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiki Barber</title>
		<link>http://www.learncpp.com/cpp-tutorial/13-a-first-look-at-variables/#comment-11151</link>
		<dc:creator>Tiki Barber</dc:creator>
		<pubDate>Mon, 07 Apr 2008 16:47:10 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=22#comment-11151</guid>
		<description>Whenever I try to compile the program that outputs the input variable... 
&lt;pre&gt;#include "stdafx.h" // Uncomment this line if using Visual Studio
#include 

int main()
{
    using namespace std;
    cout &#60;&#62; x; // read number from console and store it in x
    cout &#60;&#60; "You entered " &#60;&#60; x &#60;&#60; endl;
    return 0;
}&lt;/pre&gt; 

It gives me this error..

1&#62;LINK : fatal error LNK1104: cannot open file 'kernel32.lib'

Any ideas?</description>
		<content:encoded><![CDATA[<p>Whenever I try to compile the program that outputs the input variable&#8230; </p>
<pre>#include "stdafx.h" // Uncomment this line if using Visual Studio
#include 

int main()
{
    using namespace std;
    cout &lt;&gt; x; // read number from console and store it in x
    cout &lt;&lt; "You entered " &lt;&lt; x &lt;&lt; endl;
    return 0;
}</pre>
<p>It gives me this error..</p>
<p>1&gt;LINK : fatal error LNK1104: cannot open file &#8216;kernel32.lib&#8217;</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.learncpp.com/cpp-tutorial/13-a-first-look-at-variables/#comment-10252</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Mon, 24 Mar 2008 12:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=22#comment-10252</guid>
		<description>Use coutx.</description>
		<content:encoded><![CDATA[<p>Use coutx.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newuser</title>
		<link>http://www.learncpp.com/cpp-tutorial/13-a-first-look-at-variables/#comment-7905</link>
		<dc:creator>newuser</dc:creator>
		<pubDate>Fri, 15 Feb 2008 02:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=22#comment-7905</guid>
		<description>When you use the cout call from the output stream the directional indicator needs to be &lt;.
The &gt; is for the cin call from the library.</description>
		<content:encoded><![CDATA[<p>When you use the cout call from the output stream the directional indicator needs to be < .<br />
The > is for the cin call from the library.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
