Home > What Is The Best Ide For C And C++?
Question

What is the best IDE for C and C++?

Answers
04/01/2022
Waltner

Para Windows, sin duda : DevCpp: Dev-C++

Dale una probada, un editor lean, mean y gcc enabled así que lo que hagas lo puedes compilar a otros OS si quieres (mientras te mantengas en el standard)

También para a estos tiempos y si tienes maquina con GBs de RAM sobrantes, como han ejemplificado, puedes usar Visual Studio Code - Code Editing. Redefined

04/03/2022
Powe

I don't know who said it but a long time ago I read a quote from a programmer who said:

The best programming language is the one that has the best debugger.

IDE's come in all shapes and colours but I hope that quote gives you some food for thought when looking for an IDE.

I personally like ZinjaI a lot.

I'm a big fan of ZinjaI.

I've been using ZinjaI for many years.

04/17/2022
Whitcher Nici

On Windows, in my opinion, there is nothing better than Visual Studio. But there is one small detail: Visual Studio's compiler is a C++ compiler, which, while it can compile 99% valid C code, is not a C compiler per se.

On UNIX, I prefer Netbeans using the C++ development plugin and having clang or gcc as a backend.

Reply
What is the best free antivirus? :: Why does Microsoft's browser always seem slower than Google Chrome?
Useful Links