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
|
|
|
CGI Programming with Perl, 2nd Edition: Chapter 8: Security
Not all security issues involve malevolent users. The worldwide availability of your CGI script means that someone may run your script under circumstances you never imagined and certainly never tested. Your web script should not wipe out files because someone happened to enter an apostrophe in a form field, but this is possible, and issues like these also represent security concerns.
http://www.oreilly.com/catalog/cgi2/chapter/ch08.h
created by san on 2008-01-04 05:08:17
|
|
|
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
|
|
|
Learning Perl the Hard Way
book for people who already know how to program in another language, but don't know Perl.
http://www.greenteapress.com/perl/
created by san on 2008-01-04 05:19:39
|
|
|
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
|
|
|