Librería Portfolio Librería Portfolio

Búsqueda avanzada

TIENE EN SU CESTA DE LA COMPRA

0 productos

en total 0,00 €

COMPUTER PROGRAMMING WITH C++
Título:
COMPUTER PROGRAMMING WITH C++
Subtítulo:
Autor:
PIMPARKHEDE, K
Editorial:
CAMBRIDGE UNIVERSITY PRESS
Año de edición:
2017
Materia
C++
ISBN:
978-1-316-50680-6
Páginas:
1014
86,95 €

 

Sinopsis

This textbook provides in-depth coverage of the fundamentals of the C and C++ programming languages and the object-oriented programming paradigm. It follows an example-driven approach to facilitate understanding of theoretical concepts. Essential concepts, including functions, arrays, pointers and inheritance, are explained, while complex topics, such as dynamic memory allocation, object slicing, vtables, and upcasting and downcasting, are examined in detail. Concepts are explained with the help of line diagrams, student-teacher conversations and flow charts, while other useful features, such as quiz questions and points to remember, are included. Solved examples, review questions and useful case studies are interspersed throughout the text, and explanations of the logic used to implement particular functionality is also provided. This book will be useful for undergraduate students of computer science and engineering, and information technology.

Provides complete and up-to-date coverage of fundamental concepts
Uses an example-driven approach, with many solved examples
Conversations between students and teachers elucidate essential themes of the subject
Includes line diagrams and flow charts for easy comprehension of theoretical concepts, and numerous debugging exercises and review questions for better understanding



Table of Contents

Preface
Acknowledgements
1. Introduction
2. Fundamentals of C++
3. Operators and type casting
4. Decision-making control statements
5. Iterative control statements: loops
6. Arrays
7. Functions
8. Pointers
9. Structures and unions
10. Dynamic memory allocation
11. Classes and objects
12. Constructors and destructors
13. Operator overloading
14. Inheritance
15. C++ input/output
16. Exception handling in C++
17. Templates in C++
Appendix I. ASCII values
Appendix II. C++ library functions
Bibliography
Index.