The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Borland progrraming program ALT

    Discussion in 'Linux Compatibility and Software' started by beige, Apr 4, 2009.

  1. beige

    beige Notebook Deity

    Reputations:
    105
    Messages:
    779
    Likes Received:
    1
    Trophy Points:
    30
    i need a C++ programming program with good help files like borland C++
    any suggestions what C++ programs are out there for linux ubuntu
    thanks
     
  2. theZoid

    theZoid Notebook Savant

    Reputations:
    1,338
    Messages:
    5,202
    Likes Received:
    22
    Trophy Points:
    206
    there's a few pencil pocket-protector types around here that should be able to answer that... :D :D
     
  3. wearetheborg

    wearetheborg Notebook Virtuoso

    Reputations:
    1,282
    Messages:
    3,122
    Likes Received:
    0
    Trophy Points:
    105
    gcc, g++ ...
     
  4. archer7

    archer7 Notebook Evangelist

    Reputations:
    289
    Messages:
    647
    Likes Received:
    0
    Trophy Points:
    30
    To be honest, I've never gone looking for a C/C++ IDE. The eclipse IDE for java does have a plugin for a complete C/C++ environment, though I've never used it.
     
  5. beige

    beige Notebook Deity

    Reputations:
    105
    Messages:
    779
    Likes Received:
    1
    Trophy Points:
    30
    thanks for help
     
  6. D-EJ915

    D-EJ915 Notebook Consultant

    Reputations:
    123
    Messages:
    161
    Likes Received:
    0
    Trophy Points:
    30
    you can also download the intel compiler from their site.
     
  7. chrixx

    chrixx Product Specialist NBR Reviewer

    Reputations:
    641
    Messages:
    1,859
    Likes Received:
    0
    Trophy Points:
    55
    If you mean a C++ IDE, you should try KDevelop. It's really intuitive and if you use autotools, it provides pretty good integration.
     
  8. Charr

    Charr Notebook Deity

    Reputations:
    415
    Messages:
    1,564
    Likes Received:
    0
    Trophy Points:
    55
    I roll with gedit, xterm, and gcc/icc. It isn't quite an IDE, but it gets the job done, and is simple.