[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Best API for g++?



On Tue, Sep 28, 1999 at 12:09:23 -0600, Art Lemasters wrote:
>      What's the best API (GUI) for writing/generating C/C++
> code in Linux X Windows, in your opinions?  I need some suggestions
> or recommendations from those of you who have used them.

Check out http://www.theoffice.net/guitool to get an idea of the options.
 
>      Also, what's the command and arguments for compiling
> "hello world" in Linux with g++ (just to get me started)?

g++ -g -Wall -o hello hello.cpp
                      ^^^^^^^^^ 
                      C++ source
             ^^^^^^^^
             executable name
       ^^^^^
       enable many warnings
    ^^
    include debug info in the binary.   

HTH,
Ray
-- 
Cyberspace, a final frontier. These are the voyages of my messages, 
on a lightspeed mission to explore strange new systems and to boldly go
where no data has gone before. 


Reply to: