help info for gcc [Archive] - C Board

PDA

View Full Version : help info for gcc


Jaguar
12-27-2002, 09:51 AM
Normally I use gcc/g++ on linux, 90% of my source files comply with ANSI. I know that gcc/g++ goes much beyond ANSI. But I found it is very difficult to find books for gcc, even existing but only old version. So I know its library quite little. I think that nearly 100% of C/C++ books in markets are for Borland C++, MS VC++ or C#. Could anyone please suggest me which command on linux that I can see its full updated library and instruction manual for gcc? I've tried man page or info page. It does not cover all library but very few. Please do not advise me to do some googling, my boss is very poor :( (very low band-width internet).
(Sometimes I use Borland C++ because I need its help info.)

Thanks

Prelude
12-27-2002, 09:58 AM
>>Please do not advise me to do some googling
Okay, I'll just advise you to RTM. :D
http://gcc.gnu.org/onlinedocs/

-Prelude

unixOZ
12-28-2002, 06:34 PM
Get a book (or download documents) on UNIX programming, that should let you enjoy some of the many features of gcc/g++