Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C++ IDE that can build over SSH

Tags:

c++

editor

ide

We are moving our development for C to C++, but all build servers run Linux and development happens on Windows machines. Our C editor does not do C++ very well so we are looking at alternatives.

The code itself lives on the build server connected by \\opt\code... type link in Windows.

We need SSH as that is the normal connection to the build servers. We would like an integrated solution for errors/warnings being able to opened in the editor. We do not care about running the code.

Are there any free editors that can execute builds over SSH?

Thanks.

like image 847
user626201 Avatar asked Jan 26 '12 13:01

user626201


People also ask

Which IDE is best for remote development?

JetBrains Gateway It serves as a single entry point to all your remote work, and you don't even need to have a JetBrains IDE installed.

What IDE do people use for C?

NetBeans, developed by Apache Software Foundation – Oracle Corporation, is also one of the most widely used IDE by the C/C++ developers. This free and open-source Integrated Development Environment allows you to create C and C++ applications with dynamic and static libraries.

Is CLion good for C?

CLion - the best IDE for youCLion is the best IDE for developing C and C++ applications. Using this IDE we save most of the development time. Debugging in this IDE is super easy.


1 Answers

NetBeans allows to build over ssh. We are using this from Linux development computers to linux build machines. I am not sure if this is possible from Windows to Linux. Here is a tutorial: Tutorial

like image 62
tune2fs Avatar answered Oct 11 '22 12:10

tune2fs