This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Hi,
> I am just getting started as a C++ programmer and am
> completely unfamiliar
> with g++. Could you give me a link or a copy of some
> documentation that
> explains, in detail, compiling and linking a source code file.
How about this?
http://users.actcom.co.il/~choo/lupg/tutorials/c-on-unix/c-on-unix.html
I got the above by going to a search engine at http://www.google.com and typed in g++ tutorial. I am sure there is other good stuff available.
gcc's manual does not contain any tutorial, but if you'd like to look up some parameters, then the following should be helpful.
http://gcc.gnu.org/onlinedocs/
Hope this helps.
Kazu Hirata
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |