<?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: What do I need to start writing (and running/executing) programs??</title>
	<atom:link href="http://www.writingmastery.com/writing-programs/what-do-i-need-to-start-writing-and-runningexecuting-programs/feed" rel="self" type="application/rss+xml" />
	<link>http://www.writingmastery.com/writing-programs/what-do-i-need-to-start-writing-and-runningexecuting-programs</link>
	<description>-a path . . .</description>
	<lastBuildDate>Sat, 04 Feb 2012 05:07:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: sepehr</title>
		<link>http://www.writingmastery.com/writing-programs/what-do-i-need-to-start-writing-and-runningexecuting-programs/comment-page-1#comment-6888</link>
		<dc:creator>sepehr</dc:creator>
		<pubDate>Mon, 30 Nov 2009 22:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.writingmastery.com/writing-programs/what-do-i-need-to-start-writing-and-runningexecuting-programs#comment-6888</guid>
		<description>you can download and use turbo explorer for free.
http://www.turboexplorer.com/

you can get free license for it from http://www.borland.com&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>you can download and use turbo explorer for free.<br />
<a href="http://www.turboexplorer.com/" rel="nofollow">http://www.turboexplorer.com/</a></p>
<p>you can get free license for it from <a href="http://www.borland.com" rel="nofollow">http://www.borland.com</a><br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALunaticFriend</title>
		<link>http://www.writingmastery.com/writing-programs/what-do-i-need-to-start-writing-and-runningexecuting-programs/comment-page-1#comment-6887</link>
		<dc:creator>ALunaticFriend</dc:creator>
		<pubDate>Mon, 30 Nov 2009 21:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.writingmastery.com/writing-programs/what-do-i-need-to-start-writing-and-runningexecuting-programs#comment-6887</guid>
		<description>You need a C/C++ Compiler. you can try  http://www.bloodshed.net/dev/devcpp.html
you may also want a debugger.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>You need a C/C++ Compiler. you can try  <a href="http://www.bloodshed.net/dev/devcpp.html" rel="nofollow">http://www.bloodshed.net/dev/devcpp.html</a><br />
you may also want a debugger.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hi</title>
		<link>http://www.writingmastery.com/writing-programs/what-do-i-need-to-start-writing-and-runningexecuting-programs/comment-page-1#comment-6886</link>
		<dc:creator>hi</dc:creator>
		<pubDate>Mon, 30 Nov 2009 21:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.writingmastery.com/writing-programs/what-do-i-need-to-start-writing-and-runningexecuting-programs#comment-6886</guid>
		<description>I bought a book at borders, and it came with the editor/ complier. This is the complier and whatever that im using, it works i&#039;ve written a few programs.
http://www.bloodshed.net/devcpp.html&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>I bought a book at borders, and it came with the editor/ complier. This is the complier and whatever that im using, it works i&#8217;ve written a few programs.<br />
<a href="http://www.bloodshed.net/devcpp.html" rel="nofollow">http://www.bloodshed.net/devcpp.html</a><br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.writingmastery.com/writing-programs/what-do-i-need-to-start-writing-and-runningexecuting-programs/comment-page-1#comment-6885</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Mon, 30 Nov 2009 20:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.writingmastery.com/writing-programs/what-do-i-need-to-start-writing-and-runningexecuting-programs#comment-6885</guid>
		<description>Here is the express (Free!) version of Visual C++, Microsoft&#039;s own compiler:
http://msdn.microsoft.com/vstudio/express/visualc/

C++ has somethong of a &quot;learning curve&quot;. If you have absolutely no programming experience, starting off might be difficult. (Simply, C++ gives you more control over the lower levels of a running program... which is great, but adds a lot of confusion if you are at the level were you want to just learn syntax.)

Generally, schools and universities start out teaching VB, regular C, or Java. Java has a syntax similar to C++, but works on a higher level... it does compile binaries, but those binaries are run by the Java Virtual Machine, which handles all the low level problems.
http://java.sun.com/javase/&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Here is the express (Free!) version of Visual C++, Microsoft&#8217;s own compiler:<br />
<a href="http://msdn.microsoft.com/vstudio/express/visualc/" rel="nofollow">http://msdn.microsoft.com/vstudio/express/visualc/</a></p>
<p>C++ has somethong of a &quot;learning curve&quot;. If you have absolutely no programming experience, starting off might be difficult. (Simply, C++ gives you more control over the lower levels of a running program&#8230; which is great, but adds a lot of confusion if you are at the level were you want to just learn syntax.)</p>
<p>Generally, schools and universities start out teaching VB, regular C, or Java. Java has a syntax similar to C++, but works on a higher level&#8230; it does compile binaries, but those binaries are run by the Java Virtual Machine, which handles all the low level problems.<br />
<a href="http://java.sun.com/javase/" rel="nofollow">http://java.sun.com/javase/</a><br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

