Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Day 2 Keynote - Herb Sutter: C++11, VC++11 and Beyond
Apr 18, 2012 at 5:29 AMI am struggling to implement make_unique<T> in VS2010 and VS2011 in a good way. Do you know how to do that correctly?
Andrei Alexandrescu: Three Unlikely Successful Features of D
Apr 13, 2012 at 4:49 AMSome first naive implementation:
http://gist.github.com/dab4bec98a0baa2ebabe
Andrei Alexandrescu: Three Unlikely Successful Features of D
Apr 13, 2012 at 2:32 AMI think that the D features you presented just rocks
I have a question if you think that C++ based ScopeGuard or Boost.ScopeExit with std::uncaught_exception() usage can be the same robust as in D?