Cantitate/Preț
Produs

Computer Programming with C++

Autor Kunal Pimparkhede
en Limba Engleză Paperback – 15 ian 2017
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.
Citește tot Restrânge

Preț: 41262 lei

Preț vechi: 52025 lei
-21% Nou

Puncte Express: 619

Preț estimativ în valută:
7902 8142$ 6620£

Carte indisponibilă temporar

Doresc să fiu notificat când acest titlu va fi disponibil:

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781316506806
ISBN-10: 1316506800
Pagini: 1014
Dimensiuni: 179 x 242 x 39 mm
Greutate: 1.28 kg
Editura: Cambridge University Press
Colecția Cambridge University Press
Locul publicării:Cambridge, United Kingdom

Cuprins

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.

Recenzii

'This book is a very well presented, detailed tutorial for using the C and C++ programming languages. Diagrams and flowcharts are used throughout to illustrate important concepts that must be visualized to be understood. This allows readers to gain a firm grasp of language features that escape many students because of the abstract nature of the principles behind them. This book is an easy read. The style of writing and the conceptual flow of the explanations is superb. This is a good resource for use at any level.' F. H. Wild III, CHOICE

Notă biografică


Descriere

This book provides in-depth coverage of the fundamental concepts of the C and C++ programming languages and the object-oriented programming paradigm.