Introduction to C++
eBook - ePub

Introduction to C++

  1. 892 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Introduction to C++

About this book

This book is primarily for students who are taking a course on the C++ language, for those who wish to self-study the C++ language, and for programmers who have experience with C and want to advance to C++. It could also prove useful to instructors of the C++ course who are looking for explanatory programming examples to add in their lectures. The focus of this book is to provide a solid introduction to the C++ language and programming knowledge through a large number of practical examples and meaningful advice. It includes more than 500 exercises and examples of progressive difficulty to aid the reader in understanding the C++ principles and to see how concepts can materialize in code.

The examples are designed to be short, concrete, and substantial, quickly giving the reader the ability to understand how to apply correctly and efficiently the features of the C++ language and to get a solid programming know-how. Rest assured that if you are able to understand this book's examples and solve the exercises, you can safely go on to edit larger programs, you will be able to develop your own applications, and you will have certainly established a solid fundamental conceptual and practical background to expand your knowledge and skills.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Introduction to C++ by George S. Tselikis in PDF and/or ePUB format, as well as other popular books in Computer Science & Information Technology. We have over one million books available in our catalogue for you to explore.

Information

Table of contents

  1. Cover Page
  2. Half Title Page
  3. Title Page
  4. Copyright Page
  5. Dedication Page
  6. Contents
  7. Preface
  8. Acknowledgements
  9. About the Author
  10. 1 Introduction to C++
  11. 2 Variables, Constants, and Arithmetic Conversions
  12. 3 Data Input/Output
  13. 4 Operators
  14. 5 Program Control
  15. 6 Loops
  16. 7 Arrays
  17. 8 Pointers
  18. 9 Characters
  19. 10 Strings
  20. 11 Functions
  21. 12 Searching and Sorting Arrays
  22. 13 Structures and Unions
  23. 14 Memory Management and Data Structures
  24. 15 Preprocessor and Macros
  25. 16 More about Functions
  26. 17 Classes and Objects
  27. 18 Operator Overloading
  28. 19 More about Classes
  29. 20 Inheritance
  30. 21 More about Inheritance
  31. 22 Exceptions
  32. 23 Class Templates
  33. 24 Files
  34. 25 Namespaces, Type Cast Operators, and Smart Pointers
  35. 26 Introduction to Standard Template Library
  36. 27 Application Example
  37. Epilogue
  38. Annex A: Precedence Table
  39. Annex B: ASCII Table
  40. Annex C: Hexadecimal System
  41. Bibliography
  42. Index