CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2013
    Posts
    1

    Are there any good multi-platform IDEs for C++ w/refactoring support?

    I come from a Java background and I work in Netbeans and Eclipse almost all the time. Both of these IDEs have excellent refactoring and code generation support for Java. However, w/Java's current rep I was thinking about getting away from it. I was looking into C++ but the IDE support seems rather weak in both these IDEs. I tried Visual Studio as well but I really don't like it, plus their support for C++ is also rather weak compared to their other languages. I was wondering are there any IDEs out there for C++ that give you much more than syntax highlighting and code completion? After dealing w/some of the ones I have I'd almost rather use Notepad++.

  2. #2
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: Are there any good multi-platform IDEs for C++ w/refactoring support?

    Well in my opinion MSVC give a bit more than that. What version have you used? Have you seen this http://blog.pluralsight.com/2012/11/...2-refactoring/
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  3. #3
    Join Date
    Jan 2009
    Posts
    1,689

    Re: Are there any good multi-platform IDEs for C++ w/refactoring support?

    I agree with authoritybuilder.

    :P

    Eclipse has a C++ plugin, why not just use that?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured