<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: 0.5 &#8212; Installing an Integrated Development Environment (IDE)</title>
	<atom:link href="http://www.learncpp.com/cpp-tutorial/05-installing-an-integrated-development-environment-ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learncpp.com/cpp-tutorial/05-installing-an-integrated-development-environment-ide/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 16:52:45 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: spaceace</title>
		<link>http://www.learncpp.com/cpp-tutorial/05-installing-an-integrated-development-environment-ide/comment-page-1/#comment-76973</link>
		<dc:creator>spaceace</dc:creator>
		<pubDate>Fri, 22 Jan 2010 20:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=14#comment-76973</guid>
		<description>&lt;pre&gt; when i try to dowload Windows C++ program, it does not work, it gets to the part where it acctually starts to download, and it locks up, and ends.....</description>
		<content:encoded><![CDATA[<pre> when i try to dowload Windows C++ program, it does not work, it gets to the part where it acctually starts to download, and it locks up, and ends.....</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: sl4k</title>
		<link>http://www.learncpp.com/cpp-tutorial/05-installing-an-integrated-development-environment-ide/comment-page-1/#comment-76223</link>
		<dc:creator>sl4k</dc:creator>
		<pubDate>Mon, 11 Jan 2010 22:43:53 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=14#comment-76223</guid>
		<description>Hello, for slackware users, i currently use slackware 13, you may install Code::Blocks from here http://slackbuilds.org/repository/13.0/development/codeblocks/ and dependences from slackbuilds.org too. Geany (Recommended) is simple but fast for short examples, you can download from slackbuilds.org. I dont recommend Bloodshed DEV-c++ for windows is too old instead you can use wxDev-C++ download here http://wxdsgn.sourceforge.net. Bye</description>
		<content:encoded><![CDATA[<p>Hello, for slackware users, i currently use slackware 13, you may install Code::Blocks from here <a href="http://slackbuilds.org/repository/13.0/development/codeblocks/" rel="nofollow">http://slackbuilds.org/repository/13.0/development/codeblocks/</a> and dependences from slackbuilds.org too. Geany (Recommended) is simple but fast for short examples, you can download from slackbuilds.org. I dont recommend Bloodshed DEV-c++ for windows is too old instead you can use wxDev-C++ download here <a href="http://wxdsgn.sourceforge.net" rel="nofollow">http://wxdsgn.sourceforge.net</a>. Bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Neomodula</title>
		<link>http://www.learncpp.com/cpp-tutorial/05-installing-an-integrated-development-environment-ide/comment-page-1/#comment-75760</link>
		<dc:creator>Neomodula</dc:creator>
		<pubDate>Tue, 05 Jan 2010 13:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=14#comment-75760</guid>
		<description>Me too.But not for serious product code.</description>
		<content:encoded><![CDATA[<p>Me too.But not for serious product code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: im_a_hands_on_type_a_guy</title>
		<link>http://www.learncpp.com/cpp-tutorial/05-installing-an-integrated-development-environment-ide/comment-page-1/#comment-74257</link>
		<dc:creator>im_a_hands_on_type_a_guy</dc:creator>
		<pubDate>Tue, 15 Dec 2009 16:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=14#comment-74257</guid>
		<description>Im a hands on type of guy so is there a version of this with hands on or can i do this hands on?</description>
		<content:encoded><![CDATA[<p>Im a hands on type of guy so is there a version of this with hands on or can i do this hands on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fero45</title>
		<link>http://www.learncpp.com/cpp-tutorial/05-installing-an-integrated-development-environment-ide/comment-page-1/#comment-71982</link>
		<dc:creator>fero45</dc:creator>
		<pubDate>Mon, 09 Nov 2009 19:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=14#comment-71982</guid>
		<description>For the very beginning, to test simple code, I would also recommend Geany editor. It runs under Win and Linux. It&#039;s got an in-built terminal. I use it for scripting and testing my scripts in PHP and Perl under Linux.

Write some code, hit F8 (compile) then F9 (build) and then F5 (execute). In two seconds you can see your output in the terminal. Change your code and hit the function keys again. In a minute you can test your code a couple of times.

Linux users have to install g++

Of course, install Code::Blocks under Linux too :-)</description>
		<content:encoded><![CDATA[<p>For the very beginning, to test simple code, I would also recommend Geany editor. It runs under Win and Linux. It&#8217;s got an in-built terminal. I use it for scripting and testing my scripts in PHP and Perl under Linux.</p>
<p>Write some code, hit F8 (compile) then F9 (build) and then F5 (execute). In two seconds you can see your output in the terminal. Change your code and hit the function keys again. In a minute you can test your code a couple of times.</p>
<p>Linux users have to install g++</p>
<p>Of course, install Code::Blocks under Linux too :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://www.learncpp.com/cpp-tutorial/05-installing-an-integrated-development-environment-ide/comment-page-1/#comment-68909</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 23 Sep 2009 23:52:39 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=14#comment-68909</guid>
		<description>Excellent stuff !</description>
		<content:encoded><![CDATA[<p>Excellent stuff !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://www.learncpp.com/cpp-tutorial/05-installing-an-integrated-development-environment-ide/comment-page-1/#comment-68908</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 23 Sep 2009 23:51:03 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=14#comment-68908</guid>
		<description>Excellent !

There are some comments here that dont deserve to be dignified with being read, let an answer from Alex.</description>
		<content:encoded><![CDATA[<p>Excellent !</p>
<p>There are some comments here that dont deserve to be dignified with being read, let an answer from Alex.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ntt</title>
		<link>http://www.learncpp.com/cpp-tutorial/05-installing-an-integrated-development-environment-ide/comment-page-1/#comment-68070</link>
		<dc:creator>ntt</dc:creator>
		<pubDate>Thu, 10 Sep 2009 20:38:19 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=14#comment-68070</guid>
		<description>The line numbering is turned on exactly the same way in the 2008 version.


Thanks for a great tutorial. At last, a tutorial that treats you like a beginner not an idiot.</description>
		<content:encoded><![CDATA[<p>The line numbering is turned on exactly the same way in the 2008 version.</p>
<p>Thanks for a great tutorial. At last, a tutorial that treats you like a beginner not an idiot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deep</title>
		<link>http://www.learncpp.com/cpp-tutorial/05-installing-an-integrated-development-environment-ide/comment-page-1/#comment-67993</link>
		<dc:creator>Deep</dc:creator>
		<pubDate>Wed, 09 Sep 2009 06:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=14#comment-67993</guid>
		<description>I&#039;m having trouble with the installation.
After the downloading has finished &amp; has reached halfway installing  &quot;.net framework 3.5&quot;, it just stops installing any further. It just stays on that place.
Plz help.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble with the installation.<br />
After the downloading has finished &amp; has reached halfway installing  &#8220;.net framework 3.5&#8243;, it just stops installing any further. It just stays on that place.<br />
Plz help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.learncpp.com/cpp-tutorial/05-installing-an-integrated-development-environment-ide/comment-page-1/#comment-67566</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 01 Sep 2009 04:21:55 +0000</pubDate>
		<guid isPermaLink="false">http://learncpp.com/?p=14#comment-67566</guid>
		<description>Does Visual 2008 work on Vista, because it won&#039;t open</description>
		<content:encoded><![CDATA[<p>Does Visual 2008 work on Vista, because it won&#8217;t open</p>
]]></content:encoded>
	</item>
</channel>
</rss>
