Practice them to be a mature a C++ programmer
Key Features
Description
Very often it is found that while creating C++ programs programmers are simply doing C programming with a C++ compiler. As a result, they are unable to exploit the real power that C++ lays at their door steps. Also, there are not enough challenges/problems available in text books that would test the programmer’ understanding of C++ and OOP concepts. To address these issues Authors have crafted well thought out this book. Their complete solution, sample runs and explanation. These challenges would test and improve your knowledge in every aspect of C++ programming.
What You Will Learn
Who This Book is For
Students, Programmers, researchers, and software developers who wish to learn the basics of C programming language.
Table of Contents
1. Getting off the ground challenges
2. The starters challenges
3. Basic C++ challenges
4. Class organization challenges
5. Class constructor challenges
6. Classes and objects challenges
7. More classes and objects challenges
8. Function challenges
9. Function overloading challenges
10. Operator overloading challenges
11. Free store challenges
12. Inheritance challenges
13. Virtual function challenges
14. Input / output challenges
15. Template challenges
16. Exception handling challenges
17. STL challenges
18. Miscellaneous challenges