<?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 Would Be A Good Free Software Development Package For Windows?</title>
	<atom:link href="http://www.computeradvicesite.com/2719/what-would-be-a-good-free-software-development-package-for-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.computeradvicesite.com/2719/what-would-be-a-good-free-software-development-package-for-windows/</link>
	<description>Questions And Answers by Real Computer Users</description>
	<lastBuildDate>Mon, 03 Jan 2011 06:39:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Anonymous</title>
		<link>http://www.computeradvicesite.com/2719/what-would-be-a-good-free-software-development-package-for-windows/comment-page-1/#comment-5014</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 24 Dec 2009 18:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.computeradvicesite.com/2719/what-would-be-a-good-free-software-development-package-for-windows/#comment-5014</guid>
		<description>Microsoft&#039;s Visual Studio Express Edition is a free download, and is what most Windows-specific developers use, and the built-in debugger is really nice (haven&#039;t used many others, so I can&#039;t compare)http://www.microsoft.com/express/downloa…
Check out the creators club -http://creators.xna.com/en-US/
There are a lot of other tools, most free stuff is based on a cygwin + gcc install (cygwin is a unix-like command line for Windows), and MinGW is pretty popular for gcc amongst oss folks (minGW adds a layer that lets cygwin programs use Windows calls).  The local Community College uses this setup along with a decent front-end for some of their classes.
Usually if I&#039;m doing a short console program, I&#039;ll just write it in a text editor (either Notepad++ or cygwin-based emacs) and compile it command line with cygwin&#039;s gcc.  If I&#039;m doing something more complex, I&#039;ll use Visual Studio.  http://www.bloodshed.net/devcpp.html - mingw front-end that local CC uses.http://www.mingw.orghttp://www.cygwin.com - when you install, either do the &quot;full&quot; install, or a custom install and go in and enable all the development packages.
If you are looking at a specific project, check whether they use CMake - it can target either one pretty easily.  If they aren&#039;t using CMake, look for a .sln file in their source tree - that would mean they&#039;re using Visual Studio.</description>
		<content:encoded><![CDATA[<p>Microsoft&#8217;s Visual Studio Express Edition is a free download, and is what most Windows-specific developers use, and the built-in debugger is really nice (haven&#8217;t used many others, so I can&#8217;t compare)http://www.microsoft.com/express/downloa…<br />
Check out the creators club -http://creators.xna.com/en-US/<br />
There are a lot of other tools, most free stuff is based on a cygwin + gcc install (cygwin is a unix-like command line for Windows), and MinGW is pretty popular for gcc amongst oss folks (minGW adds a layer that lets cygwin programs use Windows calls).  The local Community College uses this setup along with a decent front-end for some of their classes.<br />
Usually if I&#8217;m doing a short console program, I&#8217;ll just write it in a text editor (either Notepad++ or cygwin-based emacs) and compile it command line with cygwin&#8217;s gcc.  If I&#8217;m doing something more complex, I&#8217;ll use Visual Studio.  <a href="http://www.bloodshed.net/devcpp.html" rel="nofollow">http://www.bloodshed.net/devcpp.html</a> &#8211; mingw front-end that local CC uses.http://www.mingw.orghttp://www.cygwin.com &#8211; when you install, either do the &#8220;full&#8221; install, or a custom install and go in and enable all the development packages.<br />
If you are looking at a specific project, check whether they use CMake &#8211; it can target either one pretty easily.  If they aren&#8217;t using CMake, look for a .sln file in their source tree &#8211; that would mean they&#8217;re using Visual Studio.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

