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

Threaded View

  1. #2
    Join Date
    Jun 2008
    Posts
    592

    Re: Two questions (Ubuntu|C++ project)

    I assume you mean visual studio ide for c++.. if so..

    Really it depends on what you're looking for. I use code::blocks so I can have the same ide on both windows and linux. The itellisense( code completion ) seems less adquate than vs2008; however it does have it's great many charms:

    1. cross-platform
    2. great simple templates to start with
    3. code formatter plugin
    4. debugger
    5. can use valgrind to detect for memory leaks on linux
    6. updated nightly builds, but mainly targeted for windows builds.
    7. smart indentations
    8. Syntax highlighting
    9. customable color scheme.. etc
    10. can use vs2008 compiler on windows
    11. gcc on windows and linux. great to use the same compiler for windows and linux

    well there are lots of reasons why I choose code::blocks besides how easy it is to install. they really do work on keeping code::blocks a very useful ide.

    There are many more ides. Anjuta for gnome and Kdevelop for kde.
    Last edited by Joeman; October 13th, 2009 at 06:00 PM. Reason: fixed statement
    0100 0111 0110 1111 0110 0100 0010 0000 0110 1001 0111 0011 0010 0000 0110 0110 0110 1111 0111 0010
    0110 0101 0111 0110 0110 0101 0111 0010 0010 0001 0010 0001 0000 0000 0000 0000
    0000 0000 0000 0000

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