0

私は最近、C# から C++ へのコーディングをやめました。

ただし、Windows フォームと、ウィンドウやボタンなどを作成するのがどれほど簡単だったかが本当に恋しいです。

.NET Windows フォームに似た優れた C++ ライブラリはありますか? C++/CLI を使用できますが、Visual Studio にインテリセンスがないことに悩まされています。

4

3 に答える 3

4

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.

于 2012-07-05T21:05:05.750 に答える
3

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.

于 2012-07-05T21:05:06.277 に答える
1

wxWidgetsを試してください。多くの異なるプラットフォームでコンパイルされ、Qt 機能のネイティブ ウィジェットとは対照的に、使いやすさが大幅に向上します。

于 2012-07-05T21:10:45.767 に答える