Eclipse as a cross-platform IDE for C ++ code on Linux and Windows

I am considering using Eclipse as a cross-platform IDE for C ++ code on Linux and Windows.

  • Is it possible to install Eclipse to compile code using Visual Studio C ++ (do not consider this relevant, but cmake will create the Eclipse project files).
  • Is it possible to debug an Eclipse application compiled by VS C ++ compiler?
  • Is it possible to debug Linux from an Eclipse application compiled by g ++?
  • What do you prefer the C ++ IDE for Linux - Eclipse, Kdevelop, or are there other alternatives?

Thanks Dima

+3
source share
2 answers
  • , . wascana. , MinGw, gcc.4.4. , wascana Visual Studio, wascana.
  • , . wascana .
  • , cmake -DCMAKE_BUILD_TYPE = Debug -G "Eclipse CDT4 - Unix Makefiles" , eclipse. - .
  • Emacs Eclipse. , Kdevelop, , Kdevelop. . CSP- IDE Code:: Blocks, .
+2

++ - Qt Linux, Windows Mac, Eclipse . IDE Qt Creator.

+1

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


All Articles