Logo

How to think like a Computer Scientist (C++ Version)

Large book cover: How to think like a Computer Scientist (C++ Version)

How to think like a Computer Scientist (C++ Version)
by


ISBN/ASIN: 1441419055
Number of pages: 189

Description:
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 scientist use formal languages to denote ideas (specifically compuations). Like engineers, they design things, assembling components into systems and evaluating tradeoffs among alternatives. Like scientists, they observe the behavior of complex systems, form hypotheses, and test predictions.

Home page url

Download or read it online for free here:
Download link
(800KB, PDF)

Similar books

Book cover: Optimizing Software in C++Optimizing Software in C++
by - Agner.org
This is an optimization manual for advanced C++ programmers. Topics: The choice of platform and operating system. Choice of compiler and framework. Finding performance bottlenecks. The efficiency of different C++ constructs. Multi-core systems. Etc.
(8845 views)
Book cover: C++ Hacker's GuideC++ Hacker's Guide
by - No Starch Press
This book contains a collection of hacks born out of Steve Oualline's over forty years of programming experience. Here you will find all sorts of hacks to make your programs more reliable, more readable, and easier to debug.
(11411 views)
Book cover: Modern C++Modern C++
by - GitBook
This serves as documentation for more advanced/modern features of C++ that are not currently covered in the curriculum at many universities. Some topics covered aren't necessarily C++ specific, but are more general software engineering aspects.
(8295 views)
Book cover: Optimizing C++Optimizing C++
- Wikibooks
This book contains guidelines and advices on how to write efficient software using the C++ language. Software correctness and maintainability are taken into account, but are not the primary concerns. The book is for intermediate C++ programmers.
(8752 views)