Description
Pearson Education C++ Primer by Barbara E Moo and Stanley B Lippman and Josee Lajoie
This is the fourth edition of C++ Primer and it aims at enlightening the readers on the current usage of this programming language. This book is also a part of the curriculum for Visvesvaraya Technological University. It provides readers with an insight into the elementary concepts of the language by incorporating several teaching methodologies. The book contains a total of 18 chapters along with an appendix at the end of the book. The topics covered in this book include Library Types, Variables and Basic Types, Arrays and Pointers, Expressions, Generic Algorithms, Functions, Associative Containers, Tools For Large Programes, Object Oriented Programming, Copy Control, Classes, Sequential Containers, and Specialized Tools and Techniques. The authors’ main objective in C++ Primer is to introduce the readers to modern programming methodologies using the C++ language. Apart from that, they also detail the usage of Standard Library Abstractions rather than in-built low-level abilities. Individuals who have never learnt the language and those who are pros at it can both benefit from this book.