C++ Annotations Version 7.1.0
This document is intended for knowledgeable users of C (or any other language using a C-like grammar, like Perl or Java) who would like to know more about, or make the transition to, C++.
http://www.icce.rug.nl/documents/cplusplus/
created by fab on 2007-12-15 11:58:47
|
|
|
The Java Language Specification 3rd Edition
The Java Language Specification, Third Edition is the definitive technical reference for the Java programming language.
http://java.sun.com/docs/books/jls/index.html
created by fab on 2007-11-26 11:41:59
|
|
|
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
|
|
|
Principles of Object-Oriented Programming in Java 1.1
Free Online Book on Java
http://books.iuniverse.com/viewbooks.asp?isbn=1583
created by fab on 2007-11-26 11:54:18
|
|
|
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++ Essentials
C++ Programming Book
http://www.pragsoft.com/books/CppEssentials.pdf
created by fab on 2007-12-15 11:59:18
|
|
|
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
|
|
|