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
Building Windows Runtime Components with C++
6 days agoYes, it was the streaming file. It's working now. Happened several times in a row for me but it's ok now.
Building Windows Runtime Components with C++
6 days agoThis video is corrupted. It dies right at 8:16
Ping 115: Dilbert Challenge, Mango Apps, Smarter file copying, RenRen
Aug 30, 2011 at 10:12 AMDoes Ping have enough active followers for you guys to reach 500 new followers each? Maybe you should get some funding from one of the marketing departments and go on a C9 campaign trail, complete with a bus
Ping 113: 3D Human face, Windows 7, Microsoft Fashion, Excel Challenge
Aug 15, 2011 at 2:35 PMWow, Paul. You are an ultra geek.
Ping 112: ESPN & Xbox LIVE, Foy works for Windows Phone, G mail man, IE Hoax
Aug 10, 2011 at 2:53 PMI'm following Paul. Laura's got big talk but does she have a cool music video? I think not.
Ping 100: HaloFest, Kinect you in Carbonite, Talking to the wall, Ping celebrates 100!
May 10, 2011 at 1:02 PMThe two of you are completely insane, which is the only reason I watch the show. At first I tuned in (somewhere in the 40s) to get the scoop on MS tech stuff then I realized it was so much more fun to watch you make fools of yourselves... in a good way of course
It's amazing how many people will comment for free swag. Keep it coming.
Oh yeah, congrats on reaching 100!!!
C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 7 of n
Oct 25, 2010 at 4:00 PM@STL: Thanks for another great lecture.
> Is there anything else that people want to see?
Aside from what you've just mentioned, I'd like clarification on using r-value reference. MSDN help doesn't really show how to use it effectively, just syntactically.
C9 Lectures: Stephan T. Lavavej - Standard Template Library (STL), 3 of n
Aug 23, 2010 at 11:41 AMI'm trying to use unique_ptr but have run into a snag. When I declare a unique_ptr in a container in a class that is exported I get an error:
The error is as follows:
Oddly enough, if add in the line that is currently commented out the error goes away.
fyi, I'm also getting a warning that vector and unique_ptr need to have dll-interface to be used by clients, but I don't think that's a probelm since my clients will be linking with STL anyway: