Click here to Skip to main content
16,021,911 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Does anyone know of a good book besides K&R for Standard 'C'? I am in a Systems Programming class with no textbook that is about GNU 'C'. The professor is an old hand with GNU and insists we learn it so that we can modify and repair very old code bases written prior to C++? We have to write in Vim, compile at the command line, and debug with GDB. I have been unable to find one reference that covers all of these in one place. Perhaps it does not exist?
Thanks for you help, jimbob
Posted

Not a printed book, but a free online book specific to GNU C :

http://www.faqs.org/docs/learnc/[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 18-Feb-11 9:35am    
Thank you, I haven't seen C books for years, good to know.
This is GNU, how about C ISO standard compliance?
Hope I can trust you judgment... my 5.
--SA
Nish Nishant 18-Feb-11 9:37am    
It will not be a one to one match, but his professor wants him to use and learn GNU C. So he should be okay I guess.
Sergey Alexandrovich Kryukov 18-Feb-11 13:46pm    
Aha, thanks.
--SA
Espen Harlinn 25-Feb-11 7:49am    
Interesting link, my 5
 
Share this answer
 
Comments
Espen Harlinn 25-Feb-11 7:48am    
Good links, my 5
Look here[^] for lots of resources.
 
Share this answer
 
v2
Why the restriction "besides K&R", what is wrong with that?
I can only recommend to anyone Kernighan & Ritchie "The C Programming Language"[^] and from the same authors "The C answer book"[^].
Best buy I ever did (regarding books about C that is)!

Best Regards,
 
Share this answer
 
v3
Comments
Nish Nishant 18-Feb-11 13:31pm    
He probably has it already and is asking for other suggestions?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900