On Sun, Feb 09, 2003 at 08:13:31PM +0100, Matthias F. Brandstetter wrote: > Hi all, > > because I want to code C under Linux, I am searching for some beginner > tutorials etc. I am familiar with the C stuff, I only want a good > intro for programming under Linux. > > I have found some (minor useful, at least for me) links on tldp.org > (ee. the GCC-HOWTO), but I am more interested in a comparison between > C on win32 and C on Linux machines, how to use the C libs, some small > examples, ... > > Do you guys have some interesting links for me? > TIA, Matthias
This is what I have in my programming->c folder http://www.cs.umd.edu/users/cml/cstyle/portableC.html - writing portable c http://www.ontek.com/mikey/optimization.html - optimizing c http://www.gnu.org/manual/glibc-2.0.6/html_chapter/libc_toc.html - gnu c library http://www.acm.uiuc.edu/webmonkeys/book/c_guide/ - c lib reference http://www-ccs.ucsd.edu/c/ - standard c http://www.cs.cf.ac.uk/Dave/C/CE.html - programming in C These are more reference though. A couple of books that have done me well over the years are: Linux socket programming by example Linux application development The c programming language crash course in c Not sure if they are still around, but heading to your local chapters/b&n/whatever is always a good bet. -- Alan <[EMAIL PROTECTED]> - http://arcterex.net --------------------------------------------------------------------- "The only thing that experience teaches us is that experience teaches us nothing. -- Andre Maurois (Emile Herzog) -- [EMAIL PROTECTED] mailing list
