C/C++
C is a powerful system programming language, and C++ is an excellent general purpose programming language with modern bells and whistles.
Site: https://isocpp.org
C/C++
C is a powerful system programming language, and C++ is an excellent general purpose programming language with modern bells and whistles.
Site: https://isocpp.org
Book list
-
C++ Succinctly
C++ Succinctly was written to help professional C# developers learn modern C++ programming. The aim of this book is to leverage your existing C# knowledge in order to expand your skills. Whether you need to use C++ in an upcoming project, or simply want to learn a new language (or reacquaint yourself with it), this book will help you learn all of the fundamental pieces of C++ so you can begin writing your own C++ programs.
Author: Michael McLaughlin
Pages: 127 | Year: 2014 | Language: EN
Added: 2021-10-15 -
How to Think Like a Computer Scientist: C++
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.
Author: Allen Downey
Pages: 191 | Year: 2012 | Language: EN
Added: 2017-03-15 -
Object-Oriented Programming in C
Use ANSI C to discover how object-oriented programming is done, what its techniques are, why they help solve bigger problems, and how to harness generality and program to catch mistakes earlier.
Author: Axel Schreiner
Pages: 221 | Year: 1994 | Language: EN
Added: 2016-11-28 -
The C Book, second edition
This is not a tutorial introduction to C programming. The book is designed for programmers who already have some experience of using a modern high-level procedural programming language.
Author: Mike Banahan, Declan Brady and Mark Doran
Pages: 333 | Year: 1991 | Language: EN
Added: 2017-02-07