简体   繁体   English

适用于C ++的IDE和对wxWidgets的支持

[英]IDE for C++ and support for wxWidgets

What good IDE would you recommend for C++ (GNU) programming, with support for the wxWidget library and a GUI builder/designer all in one? 你会推荐什么样的IDE用于C ++(GNU)编程,同时支持wxWidget库和GUI构建器/设计器? Can be either for windows or linux. 可以是Windows或Linux。

Code::Blocks is good. Code :: Blocks很好。 It integrates and generates wxWidgets code as well! 它还集成并生成wxWidgets代码!

I can recommend Eclipse with wxFormBuilder . 我可以推荐使用wxFormBuilder的 Eclipse Not really "all in one" because those are two tools, but they work very well. 不是真的“一体化”,因为这是两个工具,但它们工作得很好。

MS Visual studio is also good alternative to Eclipse if you are using Windows. 如果您使用Windows,MS Visual studio也是Eclipse的良好替代品。 Eclipse works both on Linux and Windows. Eclipse适用于Linux和Windows。

I'm using MS Visual Studio 2008 and wxFormBuilder. 我正在使用MS Visual Studio 2008和wxFormBuilder。 I prefer the debugger in Visual Studio to the GNU or Eclipse debuggers. 我更喜欢Visual Studio中的调试器到GNU或Eclipse调试器。 For long editing sessions, I use XEmacs. 对于长时间的编辑会话,我使用XEmacs。

I don't use wxFormBuilder very often, so I don't miss having it integrated with the Visual Studio IDE. 我不经常使用wxFormBuilder,所以我不会错过它与Visual Studio IDE集成。

Here's a wiki listing of IDE's you could try if you haven't found this already. 这里有一个IDE的维基列表 ,你可以试试,如果你还没有找到它。 Also found this , IDE's that have been known to work with wxWidgets. 还发现了这个 ,已知可以与wxWidgets一起使用的IDE。

I also recommend Eclipse. 我也推荐Eclipse。 I haven't had much experience on it using C++ but its certainly quite exceptional with Java. 我没有太多使用C ++的经验,但它在Java方面确实非常出色。

Good Luck! 祝好运!

I have always loved WxDev-C++ 我一直很喜欢WxDev-C ++
The most important reason for using it has been the fact that many of the advanced and third part controls are already added in the IDE and it makes it easy to use them. 使用它的最重要原因是,许多高级和第三部分控件已经添加到IDE中,因此很容易使用它们。

Try Philasmicos Entwickler Studio, which should meet your requirements. 试试Philasmicos Entwickler Studio,它应该符合您的要求。 http://www.philasmicos.com/content/17-freeware http://www.philasmicos.com/content/17-freeware

Code::Blocks is really good. Code :: Blocks非常好。 Seamless integration with wxSmith makes this tool excellent choice. wxSmith无缝集成使该工具成为绝佳选择。 Specially for beginners. 特别适合初学者。

Eclipse is more serious and sophisticated tool. Eclipse是更严肃和更复杂的工具。 It hasn't plugin for GUI design, more difficult in integrating with wxWidgets . 它没有用于GUI设计的插件,更难以与wxWidgets集成。 But it's my choice for some reasons: it widely used (as basic IDE in many fields of development), robust text editor, great number of plugins, etc. 但出于某些原因,这是我的选择:它被广泛使用(作为许多开发领域的基本IDE),强大的文本编辑器,大量的插件等。

Resume: 恢复:

  • Code::Blocks : easy, lightweight, seamless, all-in-one Code :: Blocks :简单,轻便,无缝,一体化
  • Eclipse + wxFormBuilder* : powerful, robust, widespread Eclipse + wxFormBuilder * :强大,强大,广泛

Codelite + wxFormBuilder or Netbeans 7.0.1 Cpp tools + wxFormBuilder. Codelite + wxFormBuilder或Netbeans 7.0.1 Cpp工具+ wxFormBuilder。 They have friently and native interface's, but very slow copilation. 它们具有简单的本地接口,但是非常慢的联合。 As well, Codelite has distributive for beginners Just-Install-And-Develop, which contains IDE+wxWidgets+MinGW. 此外,Codelite还为初学者Just-Install-And-Develop提供了分配,其中包含IDE + wxWidgets + MinGW。 So, C::B is the best and fastest, of course ))). 所以,C :: B当然是最好也是最快的)))。

Its 2015 and there are more Advanced IDEs that one can use for developing wxWidgets. 2015年,还有更多的高级IDE可用于开发wxWidgets。
You can Find the a of these IDEs here : WxWidgets Tools 您可以在此处找到这些IDE: WxWidgets工具
Here are the free and best IDEs that I have come across and liked : 以下是我遇到并喜欢的免费和最好的IDE:
CodeBlocks (wxSmith) - Latest Stable Version 13.12 since 2013 CodeBlocks(wxSmith) - 自2013年以来的最新稳定版本13.12
CodeBlocks (wxSmith) - Latest Un Official release as of today 2/21/2015 rev10080 CodeBlocks(wxSmith) - 截至今日2/21/2015 rev10080的最新Un官方发布
WxDevC++ - Latest Version 7.4.2-since 2012 WxDevC ++ - 最新版本 7.4.2- 自2012年起
wxCrafter - Latest Version as of today, 2/21/2015 its 2.0 wxCrafter - 截至今天, 2015年2月21日的最新版本2.0

The best ide for developing wxwidgets is codeblocks with wxformbuilder . 开发wxwidgets的最佳理念是使用wxformbuilder的 代码块 wxSmith works but, wxformbuilder offers more options and easy to use than wxsmith... wxSmith有效但wxformbuilder比wxsmith提供更多选项和易用性...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM