The New C Standard: An Economic and Cultural Commentary
Free online C Book
http://homepage.ntlworld.com/dmjones/cbook1_0b.pdf
created by fab on 2007-12-15 12:27:19
|
|
|
Thinking in C++ 2nd Edition by Bruce Eckel
Most comprehensive Book on C++ fully and freely available online
http://www.mindview.net/Books/TICPP/ThinkingInCPP2
created by fab on 2007-12-15 12:30:08
|
|
|
Incompatibilities Between ISO C and ISO C++
Though the two languages share a common heritage, and though the designers involved in the standardization processes for each language tried to keep them as compatible as possible, some incompatibilities unavoidably arose. Once the programmer is aware of these potential problem spots, they are easy, for the most part, to avoid when writing C code.
http://david.tribble.com/text/cdiffs.htm
created by fab on 2007-12-15 12:01:01
|
|
|
Learning GNU C
It is written primarily as a tutorial for beginners but should be thorough enough to be used as a reference by experience programmers. The basics are layed down in full in the first few chapters, beginners will read these chapters carefully while those with prior experience can skim through them. All the information is there, no prior knowledge of programming is assumed.
http://www.nongnu.org/c-prog-book/online/index.htm
created by fab on 2007-12-15 12:11:56
|
|
|
C++ GUI Programming with Qt 3
The purpose of this book is to teach readers how to write GUI programs using Qt 3. The book starts with "Hello Qt" and quickly moves on to more advanced topics, such as creating custom widgets and providing drag and drop.
http://www.phptr.com/content/images/0131240722/dow
created by fab on 2007-12-15 12:05:41
|
|
|
Industrial Strength C++
Online version of the book earlier published by Prentice Hall with the same name
http://hem.passagen.se/erinyq/industrial/index.htm
created by fab on 2007-12-15 12:04:00
|
|
|
C and C++ Style Guides
This is an archive of style guides for C and C++ code. Also archived here are some documents that discuss the value and utility of style guides.
http://www.chris-lott.org/resources/cstyle/
created by fab on 2007-12-15 12:24:31
|
|
|
Neil's Guide to C++
An abandoned C++ book written by Neil C. Obremski in 2001-2002
http://www.neilstuff.com/guide_to_cpp/
created by fab on 2007-12-15 12:13:28
|
|
|
C Elements of Style
This book covers only the C language and is a bit out dated. However it still contains a lot of good advice.
http://www.oualline.com/style/index.html
created by fab on 2007-12-15 11:58:30
|
|
|
An Introduction to GCC - Table of Contents
This manual provides an introduction to the GNU C and C++ Compilers, gcc and g++, which are part of the GNU Compiler Collection (GCC). The development of this manual was funded entirely by Network Theory Ltd.
http://www.network-theory.co.uk/docs/gccintro/
created by fab on 2007-12-15 11:57:41
|
|
|