Eclipse for c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hsn
    New Member
    • Sep 2007
    • 237

    Eclipse for c++

    hello everyone
    i really hate using Dev c++ to create and develop my programs
    i have found that it is possible to use Eclipse for c++.
    when i have downloaded the eclipse for c++ i created a simple code but when i tried to run it it showed me an application lounch error (something like that).
    if you guys can help to fix it i would be thankful

    regards

    hsn
  • looker
    New Member
    • Dec 2007
    • 18

    #2
    Originally posted by hsn
    hello everyone
    i really hate using Dev c++ to create and develop my programs
    i have found that it is possible to use Eclipse for c++.
    when i have downloaded the eclipse for c++ i created a simple code but when i tried to run it it showed me an application lounch error (something like that).
    if you guys can help to fix it i would be thankful

    regards

    hsn
    Eclipse for C++ is only the editor for C++, but it is more like a plateform rather than an editor, because you can add or remove many modules from Eclipse.
    So if you want to have your C++ code run on Elipse, you need to have a compiler installed on your machine first. If you are using the last release of Eclipse ( i am not sure which version ). It automatically detect a compiler on your stystem. For previouse verison, you need to point to the compiler whenever you want to run/debug your code.
    I am currently use MinGW ( free compiler ) as the base compiler and Eclipse as the editor, and it works well for me!!!!

    Comment

    Working...