Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Debunking C++ Myths

You're reading from   Debunking C++ Myths Embark on an insightful journey to uncover the truths behind popular C++ myths and misconceptions

Arrow left icon
Product type Paperback
Published in Dec 2024
Publisher Packt
ISBN-13 9781835884782
Length 226 pages
Edition 1st Edition
Arrow right icon
Authors (2):
Arrow left icon
Ferenc Deak Ferenc Deak
Author Profile Icon Ferenc Deak
Ferenc Deak
Alexandru Bolboaca Alexandru Bolboaca
Author Profile Icon Alexandru Bolboaca
Alexandru Bolboaca
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. Chapter 1: C++ Is Very Difficult to Learn 2. Chapter 2: Every C++ Program Is Standard-Compliant FREE CHAPTER 3. Chapter 3: There’s a Single C++, and It Is Object-Oriented 4. Chapter 4: The Main() Function is the Entry Point to Your Application 5. Chapter 5: In a C++ Class, Order Must There Be 6. Chapter 6: C++ Is Not Memory-Safe 7. Chapter 7: There’s No Simple Way to Do Parallelism and Concurrency in C++ 8. Chapter 8: The Fastest C++ Code is Inline Assembly 9. Chapter 9: C++ Is Beautiful 10. Chapter 10: There Are No Libraries For Modern Programming in C++ 11. Chapter 11: C++ Is Backward Compatible ...Even with C 12. Chapter 12: Rust Will Replace C++ 13. Index 14. Other Books You May Enjoy

To get the most out of this book

The ideal audience for this book would be intermediate to experienced C++ developers and scholastic learners who already have a solid understanding of programming fundamentals and are eager to dive deeper into the intricacies of C++.

Professionals working with C++ in real-world applications, those interested in optimizing performance through assembly language or advanced compiler techniques, and enthusiasts who appreciate the language’s quirks and complexity might find the book enjoyable.

Computer science students seeking a more thorough introduction to C++, academics in the pursuit of a showcase of the latest modern C++ techniques, or programmers who are in the process of learning the language, please consider that this book does not cover the beginnings of C++, nor does it include the topic of how to learn it. There are books that are definitely much better suited for this task, such as Programming -- Principles and Practice Using C++ (3rd Edition) by Bjarne Stroustrup, the creator of the language (or, well, any other book that works for you).

Seasoned C++ developers who want to have an overview of the latest C++ standard, language lawyers, or those of you without a sense of humor, or if you are reading this book to get an answer to a burning question ... well, there are chances that you might not find this book enjoyable at all, since it might not have answers to any of your questions. It might not have answers at all. Instead, you might discover that after reading it, you end up having even more questions than before. For you, I recommend reading through the C++ standard, all your questions have an answer there. You have been warned.

Software/hardware covered in the book

Operating system requirements

Various C++ compilers, which are relevant or not in 2025

Windows, macOS, Linux, or no operating system at all

If you are using the digital version of this book, we advise you to type the code yourself or access the code from the book’s GitHub repository (a link is available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image