<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mindstab.net &#187; Funny Archives  &#8211; Mindstab.net</title>
	<atom:link href="http://www.mindstab.net/tag/funny/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mindstab.net</link>
	<description>Various projects and musings</description>
	<lastBuildDate>Tue, 27 Mar 2012 16:53:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>C++ is getting Lambda expressions! (and Cadbury creme egg cakes)</title>
		<link>http://www.mindstab.net/c-is-getting-lambda-expressions-and-cadbury-creme-egg-cakes/</link>
		<comments>http://www.mindstab.net/c-is-getting-lambda-expressions-and-cadbury-creme-egg-cakes/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 08:28:00 +0000</pubDate>
		<dc:creator>Dan Ballard</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[C/C++]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.mindstab.net/wordpress/archives/286</guid>
		<description><![CDATA[C++0x, the next version of C++ due by the end of the decade has just had Lambda expressions added to the language. This is great! Read about it at herbsutter.spaces.live.com/blog/cns. It should look something like the following find_if( w.begin(), w.end(), []( const Widget&#038; w ) -> bool { w.Weight() > 100; } ); Sadly, Lambda [...]]]></description>
			<content:encoded><![CDATA[<p>C++0x, the next version of C++ due by the end of the decade has just had Lambda expressions added to the language.  This is great!<br />
Read about it at <a href="http://herbsutter.spaces.live.com/blog/cns/">herbsutter.spaces.live.com/blog/cns</a>.<br />
It should look something like the following</p>
<pre lang="c++">
find_if( w.begin(), w.end(),
             []( const Widget&#038; w ) -> bool { w.Weight() > 100; } );
</pre>
<p>Sadly, Lambda expressions <a href="http://gcc.gnu.org/projects/cxx0x.html">haven&#8217;t made their way into GCC</a>, so I can&#8217;t play with them&#8230; yet!</p>
<p>Also, thanks to George for this:</p>
<p>Cadbury Egg Cake :D</p>
<p>Experiment: </p>
<p>Replace ordinary eggs in cake recipe with Cadbury Creme Eggs and observe results.</p>
<p>Hypothesis:</p>
<p>THIS IS GOING TO BE SO AWESOME</p>
<p><a href="http://bigmixup.com/content/cadbury-cake/">bigmixup.com/content/cadbury-cake</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mindstab.net/c-is-getting-lambda-expressions-and-cadbury-creme-egg-cakes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

