<?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 - Nikola Dudar: STLCLR - STL Development in the Managed World</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Blogs/Charles/Nikola-Dudar-STLCLR-STL-Development-in-the-Managed-World/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/previewImages/100/249277_100x75.jpg</url>
		<title>Channel 9 - Nikola Dudar: STLCLR - STL Development in the Managed World</title>
		<link></link>
	</image>
	<description>If you write STL code and want take advantage of the BCL while still being able to write STL code, then you&#39;re in luck. How so? Well, Nikola Dudar, program manager in the VC&amp;#43;&amp;#43; Libraries Group explains, in detail, the Orcas STLCLR library. We also dig into
 the evolutionary trajectory of VC&amp;#43;&amp;#43;, and discuss some other interesting Orcas C&amp;#43;&amp;#43; libraries. Tune in. Lots of great stuff going on in VC&amp;#43;&amp;#43; World...</description>
	<link></link>
	<language>en</language>
	<pubDate>Sun, 26 May 2013 03:12:23 GMT</pubDate>
	<lastBuildDate>Sun, 26 May 2013 03:12:23 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Nikola Dudar: STLCLR - STL Development in the Managed World</title>
		<description>
			<![CDATA[I haven't watched the video yet, but this was something I've been thinking about recently (since I've been doing some C&#43;&#43; development lately). Despite the fact that with generics .Net 2.0 offers most of the frequently used STL containers (vector - List&lt;T&gt;,
 list - LinkedList&lt;T&gt;, stack - Stack&lt;T&gt;, queue - Queue&lt;T&gt;, map - SortedList&lt;TKey, TValue&gt;, hash_map - Dictionary&lt;TKey, TValue&gt;, I can't off-hand think of equivalents for set, multiset, multimap and deque, but&nbsp;I rarely use those), the STL just has a few design
 advantages over the .Net BCL.<br /><br />The biggest example is iteratators and how lovely orthogonal they are. Take &lt;algorithm&gt;; any of those algorithms are applicable to anything that even remotely looks like an iterator. Yet in the managed world, most of those algorithms are class members, and
 quite often I've found myself needing to sort an IList&lt;T&gt;, which isn't possible directly since Sort is&nbsp;a member of List&lt;T&gt;. If you want to sort e.g. a LinkedList&lt;T&gt; you either need to copy the contents to a List&lt;T&gt; or an array&nbsp;first or roll your own sort.
 That is <em>not</em> othogonal. A static method somewhere to sort any IList&lt;T&gt; (sorta like Array.Sort, only with ILists instead) would go a long way.<p>posted by Sven Groot</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Nikola-Dudar-STLCLR-STL-Development-in-the-Managed-World#c633075568560000000</link>
		<pubDate>Tue, 20 Feb 2007 08:27:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Nikola-Dudar-STLCLR-STL-Development-in-the-Managed-World#c633075568560000000</guid>
		<dc:creator>Sven Groot</dc:creator>
	</item>
	<item>
		<title>Re: Nikola Dudar: STLCLR - STL Development in the Managed World</title>
		<description>
			<![CDATA[
<p>For the last several weeks, I have not been able to play the smaller bandwidth-friendly .WMV &quot;Full Screen&quot; version.&nbsp; The Download version works fine.&nbsp; I get the following error -<br /><br />Windows Media Player encountered a problem while&nbsp;playing the file. For additional assistance, click Web Help.<br /><br />You've encountered error message C00D11B1 while using Windows Media Player. The following information might help you troubleshoot the issue.
</p>
<p>This error might have been triggered by an error in another program or component of Windows. The following information describes the original error.
</p>
<p>Original Error Code: C00D002B<br />&nbsp;Original Error Message:&nbsp;&nbsp;The request is invalid in the current state.<br />&nbsp;<br /><br /><br />XP SP2, WMP 11<br /><br />Is it just me?<br /><br />Am I high on crack?<br /></p>
<p>posted by jjones</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Nikola-Dudar-STLCLR-STL-Development-in-the-Managed-World#c633075721060000000</link>
		<pubDate>Tue, 20 Feb 2007 12:41:46 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Nikola-Dudar-STLCLR-STL-Development-in-the-Managed-World#c633075721060000000</guid>
		<dc:creator>jjones</dc:creator>
	</item>
	<item>
		<title>Re: Nikola Dudar: STLCLR - STL Development in the Managed World</title>
		<description>
			<![CDATA[
<p>Does anyone know if&nbsp;managed C&#43;&#43; is being used in any production products?<br /><br />Microsoft seems to be all but ignoring unmanaged development now,&nbsp;continually pounding out this &quot;managed managed managed&quot; mantra for C&#43;&#43;.&nbsp; But I've yet to encounter&nbsp;anything but unmanaged&nbsp;in the wild, so I would be interested to see what&nbsp;managed&nbsp;is being used
 for.</p>
<p>posted by PhrostByte</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Nikola-Dudar-STLCLR-STL-Development-in-the-Managed-World#c633076585260000000</link>
		<pubDate>Wed, 21 Feb 2007 12:42:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Nikola-Dudar-STLCLR-STL-Development-in-the-Managed-World#c633076585260000000</guid>
		<dc:creator>PhrostByte</dc:creator>
	</item>
	<item>
		<title>Re: Nikola Dudar: STLCLR - STL Development in the Managed World</title>
		<description>
			<![CDATA[
<blockquote>
<div>PhrostByte wrote:</div>
<div>&#65279;
<p>Does anyone know if&nbsp;managed C&#43;&#43; is being used in any production products?<br /><br />Microsoft seems to be all but ignoring unmanaged development now,&nbsp;continually pounding out this &quot;managed managed managed&quot; mantra for C&#43;&#43;.&nbsp; But I've yet to encounter&nbsp;anything but unmanaged&nbsp;in the wild, so I would be interested to see what&nbsp;managed&nbsp;is being used
 for.</p>
</div>
</blockquote>
<br /><br />What gives you this impression? C&#43;&#43; CLI is mostly used for interop between C&#43;&#43; and managed. It's a great (and natural)&nbsp;way to .NET enable unmanaged applications... So, consider the case when you want to interop with .NET from MFC, for example. We will be releasing
 a video on Channel 9 that provides an example of exactly&nbsp;this in, yes, a shipping MS product...<br />C<p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Nikola-Dudar-STLCLR-STL-Development-in-the-Managed-World#c633077175220000000</link>
		<pubDate>Thu, 22 Feb 2007 05:05:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Nikola-Dudar-STLCLR-STL-Development-in-the-Managed-World#c633077175220000000</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: Nikola Dudar: STLCLR - STL Development in the Managed World</title>
		<description>
			<![CDATA[right, the video you mentioned is the (second!) best video on channel9. made me really happy to hear that the focus on native c&#43;&#43; will increase over the next few months/years.
<br /><br />dont forget: the best video on channel9 is still the hike with Bill Hill! <br /><br />i'm really looking forward to watching the video on native/managed integration in a shipping product. i suppose visual studio itself might be the product with the most interop going on....<br /><p>posted by mwirth</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Nikola-Dudar-STLCLR-STL-Development-in-the-Managed-World#c633078551760000000</link>
		<pubDate>Fri, 23 Feb 2007 19:19:36 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Nikola-Dudar-STLCLR-STL-Development-in-the-Managed-World#c633078551760000000</guid>
		<dc:creator>mwirth</dc:creator>
	</item>
	<item>
		<title>Re: Nikola Dudar: STLCLR - STL Development in the Managed World</title>
		<description>
			<![CDATA[
<blockquote>
<div>PhrostByte wrote:</div>
<div>&#65279;
<p>Does anyone know if&nbsp;managed C&#43;&#43; is being used in any production products?<br /><br />Microsoft seems to be all but ignoring unmanaged development now,&nbsp;continually pounding out this &quot;managed managed managed&quot; mantra for C&#43;&#43;.&nbsp; But I've yet to encounter&nbsp;anything but unmanaged&nbsp;in the wild, so I would be interested to see what&nbsp;managed&nbsp;is being used
 for.</p>
</div>
</blockquote>
<br /><br /><br /><br />I usually do not login to reply to this board, but I had to this time.&nbsp; (BTW I LOVE CHANNEL 9, I watch it everyday while I code in my igloo (I live in Toronto, Canada)).<br /><br />I use Managed C&#43;&#43; in some of my applications that is part of&nbsp; a production system.&nbsp; The code is part of a communications application (cant tell ya more than that) that is originally written in UnManaged C&#43;&#43; ( I wont use the word legacy).&nbsp;&nbsp; I like the mix of
 unmanged C&#43;&#43; and managed C&#43;&#43; together.&nbsp; For me, I will code in the right language/framework to completed the solution.<br /><br />^ So do not be scared to try out a Managed / Unmanaged C&#43;&#43; combo together !<br /><br />If you watch all the VC&#43;&#43; videos here on channel 9, you would know that Microsoft is not&nbsp; pushing &quot;managed managed managed&quot;.&nbsp; I suggest you watch the video:<br /><br /><a href="/Showpost.aspx?postid=281987">BEST Channel 9 video on the server</a><br /><br />BTW, can we have more VC&#43;&#43; interviews <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /> [6]<br /><br />note: I just finished my morning coffee so I maybe no a sugar high for the next 20 minutes <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif' alt='Tongue Out' /><br /><p>posted by CPrest</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Nikola-Dudar-STLCLR-STL-Development-in-the-Managed-World#c633078912630000000</link>
		<pubDate>Sat, 24 Feb 2007 05:21:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Nikola-Dudar-STLCLR-STL-Development-in-the-Managed-World#c633078912630000000</guid>
		<dc:creator>CPrest</dc:creator>
	</item>
	<item>
		<title>Re: Nikola Dudar: STLCLR - STL Development in the Managed World</title>
		<description>
			<![CDATA[
<p>jjones -</p>
<p>You're high! <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /></p>
<p>Works fine here - XP SP2 &amp; WMP 11</p>
<p>&nbsp;</p>
<p>posted by WebDancer</p>]]>
		</description>
		<link>http://channel9.msdn.com/Blogs/Charles/Nikola-Dudar-STLCLR-STL-Development-in-the-Managed-World#c633083538420000000</link>
		<pubDate>Thu, 01 Mar 2007 13:50:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Blogs/Charles/Nikola-Dudar-STLCLR-STL-Development-in-the-Managed-World#c633083538420000000</guid>
		<dc:creator>WebDancer</dc:creator>
	</item>
</channel>
</rss>