Right, so when doing C development on Ubuntu I suddenly noticed something was missing in the pan pages department. Like all the C api.
apt-get install manpages-dev
ah that's better. Someone might want to make it part of the 'build-essentials' package.
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& w ) -> bool { w.Weight() > 100; } );
Sadly, Lambda expressions haven't made their way into GCC, so I can't play with them... yet!
Also, thanks to George for this:
Cadbury Egg Cake :D
Experiment:
Replace ordinary eggs in cake recipe with Cadbury Creme Eggs and observe results.
Hypothesis:
THIS IS GOING TO BE SO AWESOME
bigmixup.com/content/cadbury-cake