Welcome to MSDN Blogs Sign in | Join | Help

May 2006 - Posts

Visual C++ Team Blog

The Visual C++ Team has started a team blog at http://blogs.msdn.com/vcblog/ This is a great step for directly communicating with C++ developers in the community. Thanks, Ayman
Posted by AymanS | 4 Comments

Want to know more about the VC++ 2005 compiler back-end

Check out Louis Lafreniere's channel9 video at http://channel9.msdn.com/Showpost.aspx?postid=192143 Thanks, Ayman Shoukry
Posted by AymanS | 0 Comments

VC2005 Breaking Change: typename’ needed for dependent name to be treated as a type

Original Code: template<class T> const T::X& f(T::Z* p); template<class T, int N> struct Baz{}; template<class T> struct Blah : public Baz< T::Type, T::Value> { typedef T::X Type; Type foo(); T::X bar(); operator T::Z(); };
Posted by AymanS | 4 Comments

Want to know more about the Phoenix project....

Check out the Channel9 video by Jim Hogg at http://channel9.msdn.com/showpost.aspx?postid=188589 Thanks, Ayman Shoukry
Posted by AymanS | 0 Comments
 
Page view tracker