R
R
rEAcT1oNmanT1s2014-01-01 03:50:15
IDE
rEAcT1oNmanT1s, 2014-01-01 03:50:15

What are modern IDEs?

What should the most modern IDE 2013-2014 have?
Who is now the leader among the creators of IDEs (cross-platform for C / C ++)?
What led to the creation of several different IDEs for one language, for example, for C / C ++ - there are quite a lot of them, the competition of several manufacturers (companies-creators) of these ISRs or ..?
Is there any difference in writing code when choosing an IDE (the same programming language, components and their presence (compilers, etc.) are identical in both IDEs, just different manufacturers (I'm not talking about importing a project or code from one ISR to another, but about whether the code written in one ISR will also work as in the first one, or will it be necessary to correct something in the code)? same language.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Denis, 2014-01-01
@rEAcT1oNmanT1s

I have been using the NetBeans IDE for a long time. Although originally intended for Java, this IDE now supports several programming languages. C/C++ are included in this kit. Cross-platform is pretty good. For compilation, GCC is used in the MinGW or CygWin environment. (In my opinion, MinGW is better, but this is a separate topic for discussion). By the way, Qt connects to it quite easily, and software written in Windows is easily compiled under Linux and vice versa. Well, of course, everything related to cross-platform is true for cases if you write the code correctly and check which OS the compilation is under. (Linux has /proc and Windows has a registry).
By the way, about importing code from one IDE to another. NetBeans understands the standard packages with autoconf and automake well. Therefore, in the end, they can be compiled even without the IDE itself.

A
Alexander Belov, 2014-01-01
@IPRIT

In my opinion the best IDE for c/c++ development is Qt.

A
Alex Teterin, 2015-10-30
@errogaht

I think that there is simply no better than the IDE from JetBrains.
You just try it and you will understand what is the best.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question