<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - C-Language Programming with Visual Studio 2010 Ultimate, Pro or VC++ Express</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/556598_100x75.jpg</url>
		<title>Channel 9 - C-Language Programming with Visual Studio 2010 Ultimate, Pro or VC++ Express</title>
		<link></link>
	</image>
	<description>Can you believe it?&amp;nbsp; C-Programming with Visual Studio Ultimate 2010, Pro 2010, or VC&amp;#43;&amp;#43; 2010.&amp;nbsp; WOW!&amp;nbsp;
Check out this video to see how to use Command Line compilation or the Ultimate IDE!Make sure to view full screen, really, it&#39;s better that way.Also, use the speed up feature in the Windows Media, frankly, my wife says that is the best way to listen to me.
</description>
	<link></link>
	<language>en</language>
	<pubDate>Fri, 24 May 2013 21:27:00 GMT</pubDate>
	<lastBuildDate>Fri, 24 May 2013 21:27:00 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: C-Language Programming with Visual Studio 2010 Ultimate, Pro or VC++ Express</title>
		<description>
			<![CDATA[
<p>how about c99 support ?</p>
<p>posted by felix9</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634125180690000000</link>
		<pubDate>Sat, 19 Jun 2010 04:21:09 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634125180690000000</guid>
		<dc:creator>felix9</dc:creator>
	</item>
	<item>
		<title>Re: C-Language Programming with Visual Studio 2010 Ultimate, Pro or VC++ Express</title>
		<description>
			<![CDATA[
<p>As far as I can tell the C-Language that Microsoft supports is not fully ANSI-C 1999 compliant.&nbsp; The best I can tell from the corporate documentation is that the C compiler is compliant up to ANSI-C 1995, but that is only my take from a brief Bing search
 of the MSDN sites and Microsoft.com sites.</p>
<p>&nbsp;</p>
<p>Even gcc is only compliant to the ANSI-C 95 level as far as I can tell, let me know otherwise.</p>
<p>posted by Sam</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634127363330000000</link>
		<pubDate>Mon, 21 Jun 2010 16:58:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634127363330000000</guid>
		<dc:creator>Sam</dc:creator>
	</item>
	<item>
		<title>Re: C-Language Programming with Visual Studio 2010 Ultimate, Pro or VC++ Express</title>
		<description>
			<![CDATA[
<p>Just attempted a similar review of the GNU site and could not determine if GNU/GCC really isn't at the ANSI-99 level, couldn't determine it with a simple search of the site.&nbsp;
</p>
<p>&nbsp;</p>
<p>It appears that there are non-free tools that do pure ANSI-C 99 development, and make it clear that they do.&nbsp; As to the no-cost stuff for Microsoft or GNU, there appears to be no firm answer that I can come up with in just a few minutes.&nbsp;
</p>
<p>&nbsp;</p>
<p>If anyone can determine the exact level of either GNU or Microsoft (I am pretty sure it's 1995), please add to this comment tree.</p>
<p>&nbsp;</p>
<p><img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>posted by Sam</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634127369040000000</link>
		<pubDate>Mon, 21 Jun 2010 17:08:24 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634127369040000000</guid>
		<dc:creator>Sam</dc:creator>
	</item>
	<item>
		<title>Re: C-Language Programming with Visual Studio 2010 Ultimate, Pro or VC++ Express</title>
		<description>
			<![CDATA[ <p>GCC is ANSI C95 compliant with the options&nbsp;-std=iso9899:199409 and&nbsp;-pedantic. Detailed info is over <a href="http://gcc.gnu.org/onlinedocs/gcc/Standards.html">here</a>.</p><p>However it's not fully ANSI C99 compliant yet.<br>You can check the status on GNU web site over <a href="http://gcc.gnu.org/c99status.html">here</a>.&nbsp;</p><p>AFAIK, MSVC is a similar case. No detailed info though..</p><p>posted by Malmoth</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634237869250000000</link>
		<pubDate>Wed, 27 Oct 2010 14:35:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634237869250000000</guid>
		<dc:creator>Malmoth</dc:creator>
	</item>
	<item>
		<title>Re: C-Language Programming with Visual Studio 2010 Ultimate, Pro or VC++ Express</title>
		<description>
			<![CDATA[Sam,<br />Thank you so much to create such nice video w/ voice its really easy to understand.<br />Great work!<br />MKP<p>posted by mridul</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634238213820000000</link>
		<pubDate>Thu, 28 Oct 2010 00:09:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634238213820000000</guid>
		<dc:creator>mridul</dc:creator>
	</item>
	<item>
		<title>Re: C-Language Programming with Visual Studio 2010 Ultimate, Pro or VC++ Express</title>
		<description>
			<![CDATA[Thank you so much for sharing! This will expedite my class assignment!<p>posted by James</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634251228910000000</link>
		<pubDate>Fri, 12 Nov 2010 01:41:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634251228910000000</guid>
		<dc:creator>James</dc:creator>
	</item>
	<item>
		<title>Re: C-Language Programming with Visual Studio 2010 Ultimate, Pro or VC++ Express</title>
		<description>
			<![CDATA[ <p>Thanks Sam for you video. I am hoping you can help me understand something though. I can't seem to find where my executable file is built. Can you help me?</p><p>posted by stephencarter</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634262220870000000</link>
		<pubDate>Wed, 24 Nov 2010 19:01:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634262220870000000</guid>
		<dc:creator>stephencarter</dc:creator>
	</item>
	<item>
		<title>Re: C-Language Programming with Visual Studio 2010 Ultimate, Pro or VC++ Express</title>
		<description>
			<![CDATA[ <p>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. </p><p><a href="http://www.niceshoemart.com/">curt</a></p><p>posted by sahijee</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634276603620000000</link>
		<pubDate>Sat, 11 Dec 2010 10:32:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Sam/C-Language-Programming-with-Visual-Studio-2010-Ultimate-Pro-or-VC-Express#c634276603620000000</guid>
		<dc:creator>sahijee</dc:creator>
	</item>
</channel>
</rss>