最好的Linux c ++ ide [英] the best Linux c++ ide

查看:121
本文介绍了最好的Linux c ++ ide的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!

i在我的linux桌面上使用c ++(ubuntu 13.04 64位)

所以,我应该使用c ++ ide(eclipse或netbeans)



*注意:我必须和他们一起安装opencv



谢谢!

hi !
i working with c++ on my linux desktop (ubuntu 13.04 64 bit)
so, which should i will use c++ ide (eclipse or netbeans)

*note : i have to install opencv with them

thank !

推荐答案

Eclipse是一个优秀(和我最喜欢的)Java的IDE。如果谈到C / C ++,我不会说同样的话。请查看以下内容: http://www.codeblocks.org/ [ ^ ]。大部分时间我使用Visual C ++在Windows平台上工作但是当我必须在跨平台代码中查看linux错误时,我使用这些东西来编辑源代码。它出奇的好免费东西。



编辑:另一种选择是运行带有Windows的虚拟机并使用Visual C ++来编辑Linux机器上的源代码目录与VM共享。在这种情况下,您可以轻松编辑源代码,但必须在linux(主机)机器上编译代码。该解决方案具有非常缓慢和不舒适的安装的缺点,并且主机/客户之间的切换可能是不舒服的。为了避免这种切换,在Windows机器上安装一个ssh客户端并登录到主机。 :-)在此之后,您可以在Windows机器内完成所有工作,并且可以在VisualC ++和ssh客户端之间使用alt + tab切换。您可以使用此技巧在Linux上获取任何其他仅限Windows的编辑器。使用 VirtualBox [ ^ ]作为虚拟机。当您拥有Windows计算机并且在VM中保留ubuntu时,虚拟机技巧可以很好地用于Windows主机和Linux客户机。您在Windows上编辑源代码并与linux机器共享源目录。您可以从windows one使用ssh客户端(cygwin或putty)登录到linux机器,然后就可以进行编译了。与以前的解决方案相比,VirtualBox有一个缺点:虚拟机有时不知道文件在VM外部的共享文件夹中已经发生了变化(通过VS在Windows机器上编辑它们)。
Eclipse is an excellent (and my favorite) IDE for java. I wouldn't say the same about it if it comes to C/C++. Instead check out this: http://www.codeblocks.org/[^]. Most of the time I work on windows platform with Visual C++ but when I have to check out a linux bug in crossplatform code I use this stuff edit the source. Its surprisingly good free stuff.

another option is running a virtual machine with windows and using Visual C++ in it to edit sources that are on the linux machine in a directory shared with the VM. In this case you have comfortable source editing but you have to compile the code on the linux (host) machine. This solution has the disadvantage of terribly slow and uncomfortable installation and switching between the host/guest wm can be uncomfortable. To circumvent this switching install an ssh client in the windows machine and login to the host. :-) After this you can do all the work inside the windows machine and you can switch with alt+tab between VisualC++ and the ssh client. You can use this trick to get any other windows-only editors on linux. Use VirtualBox[^] as a virtual machine. The virtual machine trick can be used quite well with Windows host and linux guest as well when you have a Windows machine and you keep an ubuntu inside the VM. You edit the source on windows and share your source directory with the linux machine. You log in to the linux machine with an ssh client (cygwin or putty) from the windows one and you can do the compilation. This has a disadvantage with VirtualBox compared to the previous solution: the virtual machine sometimes isn't aware that the files have changed in the shared folder from outside of the VM (by editing them on the windows machine with VS).


Eclipse是好的和稳定的...但它取决于你过去几天使用的东西......如果它是eclipse那么你必须使用Eclipse ...

Intellij是另一个伟大的想法...
Eclipse is Good and Stable... But it depends what you have used in past days... If it is eclipse then you must use Eclipse...
Intellij is another great ide...


我使用了它们。我强烈建议您使用NetBeans IDE。我们的老师也建议我们使用它。它在C ++上简单友好。
I used both of them . I strongly recommend you to use NetBeans IDE. Also our teachers advice us to use that. It easy and friendly on C++.


这篇关于最好的Linux c ++ ide的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆