Thank you!  I don't know why I didn't see that (man gcc)!

Mike =)

Anthony Huereca wrote:
> 
> Most of your programs should work just fine in Linux, except for ones that
> require Windows only headers, like dos.h. And I doubt any of the graphical
> programs will work, but I could be wrong.
> 
> Anyways, the command you want is "g++ -o executable_name source_name.cpp" and
> more information on the Linux compliers including more options, try "man gcc"
> and "man g++".
> 
> > Hello,
> >       The topic a week or so ago was C++ programming - shoot me for not
> > paying attention!  I'm interested in learning C++ and have picked up
> > some books on the topic, seems pretty straight forward.  My question is,
> > since the books I bought we're written for the what seems to be the
> > windows community, there doesn't seem to be any instruction for GNU
> > tools.  I have succesfully compiled one of the sample programs, but I
> > don't know how to run a linker or even what the name of it is.  I
> > guessed at the compiling 'g++ filename.cpp' and it worked, but I was
> > wondering if someone could direct me to some kind of 'GNU C++ howto'
> > (preferably a web page) or maybe just give me the names I need to call
> > (under linux) to get this little program turned into an executable.
> >
> > Thanks  much!
> >
> > Mike
> > --
> > ========================================================
> > The Penguins are coming!!!
> >
> > ========================================================
> > Michael Holt
> > [EMAIL PROTECTED]
> --
> Anthony Huereca
> http://m3000.1wh.com
> Computers are not intelligent. They only think they are.

-- 
========================================================
The Penguins are coming!!!

========================================================
Michael Holt
[EMAIL PROTECTED]

Reply via email to