C ++ development for Linux on Windows

I am trying to set up a development environment for a Linux C ++ application. Since I am limited to my laptop (vista), which provides basic office applications, I want to simultaneously program and access email, a word. I would prefer a local Windows IDE. SSH for the company's Linux server and using VI does not seem to me productive. Even using some of the IDEs installed on the linux server doesn't seem good to me because I can't do the work at home. So does Eclipse CDT + MinGW work for me, or is there another choice?

Thanks.

Zxh

+3
source share
9 answers

Linux , VMware ? , , .

+15

? Linux? , Qt (http://trolltech.com/) , . Windows, linux, ...

+5

Qt - . . : QtCreator : Qt MacOS, Linux Windows... , Linux, Qt Kdevelop!

+2

Visual Studio, , , IDE, GCC/g++. , Visual Studio 6 . - , Windows, ++, Windows, , Linux.

, , Linux, Samba, Windows . SSH-. , IDE, , Windows.

0

linux, NX IDE Linux, Code:: Blocks Eclipse. , VIM. , . , !

0

( ) Netbeans C/++ Cygwin POSIX Windows, Linux/Solaris .

, Cygwin.

0

I was in a similar position 2-3 years ago and tried several approaches, but the only one that really worked was vim + ssh (+ gdb, make, svn, etc.). But then again, I use vim even for Windows development.

0
source

This slide show (PDF) describes how to set up a cross-compiler from Windows to Linux.

0
source

Source: https://habr.com/ru/post/1712364/


All Articles