Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Ayman Shoukry's WebLog
Microsoft Visual C++ Team & the Future of C++
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Visual C++ Team
Herb Sutter
Andy Rich
Stan Lippman
Brandon Bray
Nikola Dudar
Ronald Pihlgren
Martyn Lovell
April Reagan
Steve Teixeira
Kang Su Gatlin
VC++ Team Blog
Boris Jabes
Tags
No tags have been created or used yet.
Recent Posts
Vacation in Cairo, Egypt.
Visual Studio 2005 SP1 released
Visual C++ Orcas Forums
Visual Studio 2005 Service Pack 1 Beta is now available
Visual Studio .NET 2003 Service Pack 1 -- VC++ Team
Archives
December 2006 (2)
October 2006 (1)
September 2006 (1)
August 2006 (2)
July 2006 (2)
June 2006 (1)
May 2006 (4)
April 2006 (8)
December 2005 (1)
October 2005 (3)
September 2005 (1)
August 2005 (2)
July 2005 (1)
May 2006 - Posts
Friday, May 26, 2006 3:06 PM
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
Friday, May 12, 2006 7:26 PM
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
Friday, May 05, 2006 1:02 PM
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
Wednesday, May 03, 2006 10:35 AM
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