Frage

Background: I'm coming from a Java background and am new to C++. I've played around in Visual C++ and Eclipse CDT.

Question: What are some free (cost-wise) IDE/plugin combos you recommend that support header file refactoring? I change class names all the time in Java and this would seem like a nightmare in C++ without refactoring.

War es hilfreich?

Lösung

I highly recommend QtCreator, it has some very good refactoring support, supports CMake, C++11 and works on *nix/Windows.

KDevelop is also very good.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top