Domanda

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.

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top