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]

Re: is there a good tutorial/book on using the gcc?


/*

 * C

 */ 



http://www.dinkumware.com/htm_cl/index.html   ( C Library Ref. )

http://www.csd.uwo.ca/~jamie/C/index.html     ( C Links )

http://www.infosys.utas.edu.au/info/documentation/C/CStdLib.html ( C

Standard Library)

http://www.eng.usf.edu/~black/C-command.html  ( Ten commandments )

http://www.eskimo.com/~scs/C-faq/top.html     ( comp.lang.c FAQ )

http://walden.mo.net/~mikemac/clink.html      ( C & C++ links )

http://www.eskimo.com/~scs/cclass/cclass.html ( C class notes ? )

http://garbo.uwasa.fi/pc/c-lang.html          ( C Material-Old stuff )

http://www.lysator.liu.se/c/c-www.html	      ( Links )



/* 

 * UNIX

 */



http://www.landfield.com/faqs/unix-faq/programmer/faq/  ( Unix

Programmers FAQ)

http://www.gator.net/~garyg/C/compiler.html   ( gcc Error Messges )

http://www.gtk.org/tutorial/		      ( GTK Programming )

http://www.ee.mu.oz.au/linux/programming/     ( Linux Programmers Bounce

Point )

http://kipper.york.ac.uk/~vic/sock-faq/       ( UNIX socket FAQ )

http://users.senet.com.au/~lloy0076/linux_c_programming/index.html

( Mailing list for Linux & C related questions )



/* 

 * MAKE

 */



http://www.delorie.com/djgpp/doc/ug/larger/makefiles.html ( Guide )



/* 

 * General

 */

http://www.codeguru.com                       ( Snippets )

http://www.snippets.org			      ( Snippets )

http://members.xoom.com/thomasn/s_man.htm     ( Algorithms )

http://www.brokersys.com/snippets	      ( Algorithms )

http://www.ipgnet.com/pgmlinks.htm	      ( General Prog. Links )



/*

 *  Books Reviews

 */



http://www.accu.org/bookreviews/public/index.htm



/*

 * Newsgroups

 */

news:comp.lang.c

news:comp.lang.c++

news:comp.programming

news:comp.unix.programmer

news:linux.dev.c-programming

news:gnu.gcc.help

news:comp.arch.embedded



mike kohout wrote:
> 
> I was wondering, I'm kind of new to the gcc compiler, and I was looking
> for some books or tutorials that could walk me through(with examples and
> stuff) some of the options.  I was also wondering, on a somewhat
> unrelated note, if someone knew of a good makefile tutorial....
> 
> thanks
> mike kohout
> 
> ps-if you could reply to my email address in addition to the newsgroup,
> that would be great....


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]