Computer Programming with C++
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
Reviews & endorsements
'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
Product details
January 2017Paperback
9781316506806
1014 pages
242 × 179 × 39 mm
1.28kg
Available
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.