Browsing Search Results
Results 1 - 8 of 10

Results

pdf
www.greenteapress.com
"The goal of this book is to teach you to think like a computer scientist. I like the way computer scientists think because they combine some of the best features of Mathematics, Engineering, and Natural Science. Like mathematicians, computer scientists use formal languages to denote ideas (specifically computations)....
Allen B. Downey
pdf
www.desy.de
A set of lecture notes that introduces the reader to the object-orientation as a new programming concept. However, this is not a course for learning the C++ programming language....
Peter Müller
pdf
www.uow.edu.au
"This book is primarily intended to be a text for the programming component in an introductory two semester computer science course (some materials are a little advanced and might postponed to later semesters)....
Neil Gray
pdf
www.steveheller.com
"Assuming that you want to learn C++, why should you read this book rather than any of dozens of other introductory C++ books? One difference between this book and other introductory books is that many of them still don't use the C++ standard library, a very important part of the C++ language definition....
Steve Heller
pdf
www.pragsoft.com
"This book serves as an introduction to the C++ language. It teaches how to program in C++ and how to properly use its features. It does not attempt to teach object-oriented design to any depth, which I believe is best covered in a book in its own right."...
Sharam Hekmat
pdf
www.oualline.com
"This book contains over 100 hacks which help C++ programs deal with the real. It includes coding tricks, tips on how to code safely, ideas on programming style, and some really neat code."...
Steve Oualline
pdf
www.chris-lott.org
"This is an archive of style guides for C and C++ code."...
pdf
www.icce.rug.nl
"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++. This document is the main textbook for Frank's C++ programming courses, which are yearly organized at the University of Groningen. The C++ Annotations do not cover all aspects of C++, though....
Frank B. Brokken