From: "A. Sinan Unur" Newsgroups: comp.os.msdos.djgpp Subject: Re: Is there a good reference book for C/C++ ? Date: Sun, 16 Mar 1997 12:40:37 -0500 Organization: Cornell University Sender: asu1 AT cornell DOT edu (Verified) Message-ID: <332C3095.2FE0D81F@cornell.edu> References: <19970314175201 DOT MAA14223 AT ladder01 DOT news DOT aol DOT com> <332C1E94 DOT 7D85 AT dmv DOT com> NNTP-Posting-Host: cu-dialup-0007.cit.cornell.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 22 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Pyro Technic wrote: > > nitehawk91 AT aol DOT com wrote: > > Hi you ! > > I'm searching for a book to learn C, but I need something like a > reference for the > C Standarts(afaik there's ANSI for C and AT&T for C++), because I'm > not a completely beginner, as I've got some basics in programming C > from reading the > djgpp sources and from various beginner books. one book i have learned a lot from is "The Standard C Library" by P.J. Plauger. he also has one called "The (Draft) Standard C++ Library". i don't know about the latter, but the former was most useful to me in terms of laying out what is formally expected of each function, what are the potential issues etc. the reason i did not say anything about K&R is because i never read it. sinan.