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
Ping 171: SXSW wins, Flash & IE, Cross-platform gaming, Office 365 FREE
Mar 22, 2013 at 5:18 AMQOTW- What software did you rely on during college?
Word to create the essays and reports.
Duke Nukem 3D to make myself feel better after getting the grades back.
Ping 164: IllumiRoom, Skype, Ballmer & Basketball, Surface Pro
Jan 17, 2013 at 5:20 AMFor the use I'd get out of a tablet, a 7-8 inch Micro Surface makes more sense than an RT or Pro. I think the consumer market is eventually going to trend that way.
Ping 163: Xbox Countdown, Programming language popularity, 3D presentations, Eye controlled computer
Jan 11, 2013 at 4:30 AMPython is the easiest language I've used. I don't think it would help much in mobile though, unless Android supports it. I agree that C# is a great choice for beginners.
Tobii Rex gaming idea - 1st player Medusa game. Combine with kinect technology to roam about/shoot arrows and turn that sissy Perseus to stone.
Hot Apps: Roll In The Hole, Akinator, Space Tube FREE, Shoot 1UP, Archer
Nov 14, 2012 at 7:40 PMAre you going to do a show like this for Windows 8 apps?
Stephan T. Lavavej: Core C++, 2 of n
Jul 14, 2012 at 2:23 PM@Ankur Shah:
http://msdn.microsoft.com/it-it/visualc/bb496952.aspx
GoingNative 8: Introducing Casablanca - A Modern C++ API for Connected Computing
May 03, 2012 at 10:27 AM@benjaminLindley: Ah, that makes sense. Looking at the interface, it appears the solution is to return a const ref to the underlying field map and/or element vector and use their find/at functions:
auto& fields = jobject.fields(); auto iter = fields.find("id"); if (iter != fields.end()) id = static_cast<int>(iter->second.as_double());The field map is implemented as stdext::hash_map - wonder why no std::unordered_map?
GoingNative 8: Introducing Casablanca - A Modern C++ API for Connected Computing
May 03, 2012 at 1:19 AMThis is a really nice library, something that I would love to see in the standard. The client code I wrote was really simple and clean. You really start to see the goodness of C++11 when you use a library like this.
One comment - is there a reason why the field/key operators in the json::value class only return by reference and not by const reference as well?
Something like this:
void kung_foo(json::value const& jobject) { int id = static_cast<int>(jobject["id"].as_double()); }won't compile.
Channel 9 now has a Windows 8 app!
Apr 19, 2012 at 12:00 PMAnother suggestion about horizontal scrolling that's bugging me. (not only in your app but others)
1) On the main page, scroll right so that something like the "Shows" group is near the middle of the screen. The horizontal scrollbar position should be about 2/3rds of the way across now.
2) Click on one of the items in the Shows group.
3) Once the item is opened, click the Back button.
When you return to the main page, the horizontal scrollbar is reset to the far left position when, in my opinion, it should be at the same place it was at the end of step 1.
Windows 8 Consumer Preview Demo
Mar 05, 2012 at 3:29 AMWhat is it specifically you're switching from/to? (which apps/services)
Ping 133: Googlighting, Lumia Bundle, Facebook & Bing, Visual Studio 11 Beta
Feb 29, 2012 at 6:23 AMMoonlighting - hey, there's a modern show people can relate to.
What's the future plan, to attack Apple using a Little House on the Prairie parody?
See more comments…