문제

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