On my .NEt projects I'm used to the tool called ReSharper but my current project is c/c++ and I so miss my loved ReSharper any one know of a tool with at least kinda the same capabilities for c/c++ (Especially refactoring and dead code analysis)
+7
A:
Some refactoring support and intellisense is ensured by Visual Assist. Pretty good actually.
However, don't expect to have the same support for refactoring as in case of ReSharper with C# or VB.NET. From this point of view, C++ is a nightmare and I don't know a tool that can do it correctly in all situations.
Cătălin Pitiș
2009-07-01 11:56:21
+3
A:
Visual Assist from WholeTomato actually Software predates Resharper and is very good
devdimi
2009-07-01 11:59:21
A:
CodeRush/Refactor http://devexpress.com/coderush will work with C++, as well as VB, C#, HTML, Javascript.
khiron
2009-07-03 12:32:45