私は最近、C# から C++ へのコーディングをやめました。
ただし、Windows フォームと、ウィンドウやボタンなどを作成するのがどれほど簡単だったかが本当に恋しいです。
.NET Windows フォームに似た優れた C++ ライブラリはありますか? C++/CLI を使用できますが、Visual Studio にインテリセンスがないことに悩まされています。
私は最近、C# から C++ へのコーディングをやめました。
ただし、Windows フォームと、ウィンドウやボタンなどを作成するのがどれほど簡単だったかが本当に恋しいです。
.NET Windows フォームに似た優れた C++ ライブラリはありますか? C++/CLI を使用できますが、Visual Studio にインテリセンスがないことに悩まされています。
You may want to look at Qt. I find that the signals and slots is a fairly simple concept to pick up if you're used to Windows Forms.
I would recommend you Qt. It has got great documentation and it is really simple to learn and use. Also it has huge abilities. For example Google Earth was using it :) Here some more informations.
wxWidgetsを試してください。多くの異なるプラットフォームでコンパイルされ、Qt 機能のネイティブ ウィジェットとは対照的に、使いやすさが大幅に向上します。