Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top