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
Ken Levy - In the field in Switzerland
Jan 09, 2006 at 10:10 PMThey both are.
Gordon Bell - Tour of the Computer History Museum, Part II
Oct 05, 2005 at 11:27 AMPDC05 Road Trip - Episode 1
Jun 22, 2005 at 2:58 AMJim Gemmell - Sensecam, and its role in MyLifeBits
Mar 13, 2005 at 8:59 PMHerb Sutter - The future of Visual C++, Part I
Feb 03, 2005 at 7:59 AMNo wonder why Visual C++ kicks so much *, because he is the Architect on the Visual C++ team.
Great.
Josh Ledgard - Tour of Visual Studio core team (Part I)
Jan 11, 2005 at 10:46 PMThanks.
Larry Osterman - His one interaction with Bill Gates (over DOS networking stack)
Nov 06, 2004 at 9:28 AMLarry, so did you managed to make it small than 60K? Or was the product was not shipped at all?
Oh, I have one question to ask. Do you declare the namespace std globally? That means, do you do:
using namespace std;
or
using::string;
using::setw;
using::cout;
using::cin;
or
std::string a = "String";
std::cout << a << std::endl;
Thanks