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: Texts on gcc


Here are some web links you can use to help you learn C.

/*

 * 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

news:comp.os.msdos.djgpp

news:comp.os.msdos.programmer

news:comp.os.ms-windows.programmer.misc

news:comp.os.ms-windows.programmer.win32

news:comp.sys.mac.programmer.*

news:comp.os.os2.programmer

Peter Malewski wrote:
> 
> Hi,
> > What do you mean?  If you mean "the language", get K&R2 [*]; if you
> 
> Yes, the language -I thought there might be a good PS-file written by
> people assoziated to GNU.
> 
> > [*] Kernighan, Brian W., and Ritchie, Dennis M.: "The C Programming
> >     Language", 2nd Ed. --- Prentice Hall
> 
> O.k. I'll have a look at it here in a library...
> 
> Thanks
> 
> ***************************************************************************
> P.Malewski                                      Tel.: 0531 500965
> Maschplatz 8                                    Email: P.Malewski@tu-bs.de
> ************************38114 Braunschweig********************************

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