Niner since 2004
Schneider wrote: I suspect the lady on the left is a little drunk!
Larry, 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
Comments
Ken Levy - In the field in Switzerland
They both are.
Gordon Bell - Tour of the Computer History Museum, Part II
PDC05 Road Trip - Episode 1
Jim Gemmell - Sensecam, and its role in MyLifeBits
Herb Sutter - The future of Visual C++, Part I
No 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)
Thanks.
Larry Osterman - His one interaction with Bill Gates (over DOS networking stack)
Larry, 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