Which IDE Should I use for C++ on Windows? [closed

2019-04-10 02:51发布

Which IDE for C++ should I use on Windows?

Is there an IDE with support for editing over SSH on a GNU/Linux server?

I have very big C++ project without docs and editing it with text editor very difficult =(

标签: c++ ide ssh
10条回答
三岁会撩人
2楼-- · 2019-04-10 03:16

On Windows, it's hard to beat the freely available Visual Studio Express.

A viable alternative would be the Qt Creator, which is lightweight and comes with the completely awesome Qt library.

查看更多
虎瘦雄心在
3楼-- · 2019-04-10 03:16

Eclipse is very powerful editor for both C++ and many other languages. It sounds like you're looking to develop from a Windows system for Linux?

WinSCP will make it possible for you edit files via SSH.

If your project is being stored in CVS, Subversion, Git, Mercurial, et al--Eclipse has plugins to integrate with these as well...

查看更多
甜甜的少女心
4楼-- · 2019-04-10 03:19

If your Linux box has x libraries you can run eclipse cdt on it and use a cygwin x server to display it on Windows. I have been using this setup since the usb ports stopped working on my Solaris box. The results are very good. Eclipse runs on my Solaris box but behaves like a Windows app on my windows box, the code builds and runs on Solaris, copy and paste works most of the time too.

Run x server on windows. Use putty to ssh to your Linux box with x forwarding. Start eclipse and it displays on windows. Use nohup to keep eclipse alive if you close putty.

查看更多
贼婆χ
5楼-- · 2019-04-10 03:24

On Windows I prefer:

Visual Studio + WinSCP

查看更多
登录 后发表回答