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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top