Tags
Language
Tags
September 2025
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    C++17 By Example : Practical Projects to Get You up and Running with C++17

    Posted By: readerXXI
    C++17 By Example : Practical Projects to Get You up and Running with C++17

    C++17 By Example : Practical Projects to Get You up and Running with C++17
    by Stefan Bjornander
    English | 2018 | ISBN: 1788391810 | 433 Pages | PDF | 2.47 MB

    C++ is a general-purpose programming language built with a bias towards embedded programming and systems programming. Over the years, C++ has evolved and is used to develop software for many different sectors. Given its versatility and robustness, C++is a wonderful language to start your coding journey with. This book covers exciting projects built in C++ that show how to implement the language in different scenarios. While developing these projects, you will not only learn the language constructs but also how you can use C++ to meet your software requirements.

    The book starts with a brief introduction to C++ language constructs where you will learn essential concepts that are required to understand the projects covered in the book. The first module will build a library management system that will teach you how to perform efficient file handling and use pointers in your software. To give you a taste of GUI programming, the next module will build graphical applications using Qt 5. You will then be introduced to game design in C++ and build two interesting games. The final module will teach you how C++ can be used to create a Domain Specific Language.

    After reading this book, you will have mastered core programming concepts in C++, and how to implement them effectively.

    What you will learn:

    Create object-oriented hierarchies and how to compile, link, and execute a simple program
    Implement classes with linked lists, templates, inheritance, operator overloading, and exception handling
    Efficient file handling and pointer structures
    Dynamic allocation and deallocation along with marshmallowing
    Qt features, including menus, toolbars, caret handling, and more
    Implement a Domain Specific Language in C++