|
Written by Reimund
|
|
Tuesday, 02 October 2007 |
|
This is an excellent C++ book by the dutch professor Frnk B. Brokken from the University of Groningen. The PDF version is available HERE This version contains 732 pages (A4 paper size). |
|
Read more...
|
|
|
C++ A Dialog - Programming with the C++ Standard Library |
|
|
|
|
Written by Reimund
|
|
Tuesday, 02 October 2007 |
C++ A Dialog - Programming with the C++ Standard Library
This is a very good online book which teaches programming from the scratch. You can work through online or order a PDF copy from the author for $9.99 (Paypal). |
|
Last Updated ( Tuesday, 02 October 2007 )
|
|
Read more...
|
|
|
Data Structures and Algorithms with Object-Oriented Design Patterns in C++ |
|
|
|
|
Written by Reimund
|
|
Tuesday, 02 October 2007 |
|
Data Structures and Algorithms with Object-Oriented Design Patterns in C++ This is an online book, by Bruno R. Preiss, Associate Professor at the Department of Electrical and Computer Engineering of the University of Waterloo, Canada. The topic are data structures and algorithms. It deals with data types and abstraction, stacks, queues, deques, ordered lists and sorted lists, hashing, hash tables, scatter tables, trees, search trees, heaps, priority queues, sets, multisets and partitions, dynamic storage allocation, sorting algorithms, graph algorithms, etc. The source code for the examples is also available for download from the site. A great contribution and a must read. |
|
Last Updated ( Tuesday, 02 October 2007 )
|
|
Read more...
|
|
|