Windows 8 開発者プレビューでの開発を試していたところ、非同期プログラミングを簡単に書ける await キーワードが面白かったので紹介します。Windows 8 用に Metro アプリを開発する場合、WinRT(Windows Runtime)というフレームワークを使ってプログラミングし... 続きを読む
void HelloWorld::MainPage::HelloButton_Click(Platform::Object^ sender, Windows::UI::Xaml::RoutedEventArgs^ e) { DisplayText->Text = "Hello World"; } But what I remember the ^ means that the object is managed by the Gargabe Collection. That b... 続きを読む
Building your first Windows Metro style app using C#, C++, or Visual Basic 続きを読む