
Modern C++ for Absolute Beginners
Type de document : PDF
Description : Livre pour débutant en Anglais pour apprendre à programmer en C++
Auteurs : Slobodan Dmitrović
Année : 2019
Catégorie scientifique : Communication
Niveau : Master 1
Résumé : This book is an effort to introduce the reader to a C++ programming language in a structured, straightforward, and friendly manner. We will use the “just enough theory and plenty of examples” approach whenever possible. To me, C++ is a wonderful product of the human intellect. Over the years, I have certainly come to think of it as a thing of beauty and elegance. C++ is a language like no other, surprising in its complexity, yet wonderfully sleek and elegant in so many ways. It is also a language that cannot be learned by guessing, one that is easy to get wrong and challenging to get right. In this book, we will get familiar with the language basics first. Then, we will move onto standard-library. Once we got these covered, we will describe the modern C++ standards in more detail. After each section, there are source code exercises to help us adopt the learned material more efficiently