C++ Programming By Example [Video]
| Learn |
|
|---|---|
| About |
C++ is a flexible and generic language that offers a wide range of benefits with key strengths being software infrastructure and resource-constrained applications. This course is an introductory guide to C++ that will help you learn the language through multiple hands-on examples. You’ll begin by diving into the C++ basics, syntax, and generic programming features. We’ll then move on to using data structures and algorithms with C++. Next, you’ll delve into the object-oriented features of C++ with another practical example. Finally, you’ll further enhance your C++ programming skills by creating multiple GUI, desktop applications using Qt5. By the end of this course, you will have gained knowledge of core programming concepts in C++, and how to implement them effectively. The code files are placed at: https://github.com/PacktPublishing/-C-Programming-By-Example Style and ApproachThis course is structured to be learning by example. This means that you’ll get into coding almost immediately. This facilitates efficient learning, since the best way to learn is by example especially in programming. You’ll get immediate hands-on experience in coding C++ apps and explore the modern language features by utilizing and implementing them in your own apps. Further, what you learn will be reinforced by coding exercises as well as quizzes to ensure you’re retaining all the information you’ve gained. |
| Features |
|
| Course Length | 5 hours 44 minutes |
| ISBN | 9781788395595 |
| Date Of Publication | 27 Nov 2018 |
| Coding a Virtual Die – Generating Random Numbers |
| Coding a Virtual Die – Displaying the Output |
| Enhancing the Virtual Die with User Input |