LIBRISTO
LIBROAMANTO
υποχρεωτικό
Γίνετε μέλος μιας κοινότητας βιβλιόφιλων από όλο τον κόσμο και επωφεληθείτε από πολλά προνόμια. Δημιουργία δωρεάν λογαριασμού
0
Δωρεάν αποστολή με Box Now άνω των 69.99 €
DHL courier 9.99 Σημείο Elta 3.99 Elta 4.49 ACS 4.99 Σημείο ACS 4.99 Box Now 3.99

Mastering C++ Memory

From Pointers to Smart Pointers, Allocation, Debugging, and Optimization

Γλώσσα ΑγγλικήΑγγλική
Βιβλίο Χαρτόδετο
Βιβλίο Mastering C++ Memory Alyssa Fenn
Κωδικός Libristo: 50614738
ΕΕκδοτικός οίκος Independently published, Νοέμβριος 2025
Mastering C++ Memory: From Pointers to Smart Pointers, Allocation, Debugging, and OptimizationModern... Πλήρης περιγραφή
? points 55 b
22.86
Εξωτερικός αποθηκευτικός χώρος Αποστέλλουμε σε 9-15 ημέρες
Ελλάδα Παράδοση στην Ελλάδα

30 ημέρες για την επιστροφή των προϊόντων


Οι πελάτες αγόρασαν επίσης


L'Assistente del Milionario Sierra Rose / ebook Adobe ePub DRM
common.buy 2.82
NAUGHTY ORACLE NAOMI BETH / Βιβλίο Σκληρόδετο
common.buy 24.88

Mastering C++ Memory: From Pointers to Smart Pointers, Allocation, Debugging, and Optimization

Modern C++ gives developers more power, more control, and more performance than almost any other language - but only if you understand one thing deeply: memory.
Memory is where performance is won or lost. It is where bugs hide. It is where applications leak, crash, fragment, stall, or behave unpredictably. And it is the one area where great C++ developers always stand apart.

Mastering C++ Memory is a complete, practical, and modern guide to understanding how memory really works in C++ - from the fundamentals of pointers to the most advanced techniques used in high-performance, real-time, and multi-threaded systems. Every concept is explained using clear examples, modern C++11-C++23 features, real debugging tools, and step-by-step projects that help you build production-ready memory systems.

Whether you're building a game engine, optimizing a legacy codebase, writing embedded software, or preparing for professional C++ roles, this book gives you the knowledge and confidence to write fast, safe, leak-free, and maintainable code.


What You Will Learn
  • How the C++ memory model really works (stack, heap, static storage, TLS, object lifetimes).

  • Correct, idiomatic use of raw pointers, references, ownership, and pointer arithmetic.

  • How to use new, delete, malloc, free, and placement new safely and effectively.

  • Smart pointers (unique_ptr, shared_ptr, weak_ptr) and when to choose each one.

  • RAII patterns, scope-based cleanup, exception safety, and move semantics.

  • Custom allocators, memory pools, arenas, slab allocators, and small-object optimization.

  • Memory debugging with Valgrind, ASan, MSVC tools, and real-world diagnostic workflows.

  • Cache-aware design, data layout optimizations, false sharing avoidance, and low-latency practices.

  • Thread-safe allocation strategies, atomic memory orderings, lock-free reclamation, and hazard pointers.

  • How to modernize legacy systems and migrate them to safe, efficient C++17/20/23 idioms.

  • Real projects: build a custom allocator, implement a smart pointer, optimize a subsystem, and debug a memory-heavy application.


Who This Book Is For
  • Intermediate and advanced C++ developers

  • Game programmers and engine developers

  • Systems, embedded, and real-time engineers

  • Performance-focused backend and infrastructure developers

  • Students and professionals preparing for C++ interviews

  • Anyone who wants to write safer, faster, more modern C++ code


Why This Book Is Different

This is not a theoretical overview. This is a full, practical, engineer-focused handbook that shows you:

  • How memory is structured

  • How memory is managed

  • How memory leaks occur

  • How tools detect them

  • How to optimize memory for real systems

Each chapter builds on real examples, modern techniques, and industry-level patterns used in top-performing C++ systems.


A Complete Guide for Modern C++ Developers

By the end of this book, you will be able to:

  • Design memory-safe APIs

  • Use advanced allocation strategies

  • Debug complex leaks and corruption

  • Ensure thread safety across cores

  • Optimize performance down to the cache line

  • Write C++ that scales, performs, and behaves predictably

Whether you're writing small utilities or highly-concurrent low-latency code, this book gives you the deep memory mastery every modern C++ developer needs.

Ηθοποιός & Πολύγλωσση
EWA KASP για
Αναπαραγωγή βίντεο
Ewa Kasp
το Libristo διαθέτει τη μεγαλύτερη επιλογή ξενόγλωσσων βιβλίων. Γι' αυτό αγοράζω τα βιβλία μου εδώ.

Πληροφορίες για το βιβλίο

Πλήρες όνομα Mastering C++ Memory
Συγγραφέας Alyssa Fenn
Γλώσσα Αγγλική
Βιβλιοδεσία Βιβλίο - Χαρτόδετο
Ημερομηνία έκδοσης 2025
Αριθμός σελίδων 334
EAN 9798275678352
Κωδικός Libristo 50614738
ΕΕκδοτικός οίκος Independently published
Βάρος 582
Διαστάσεις 178 x 254 x 18
Χαρίστε αυτό το βιβλίο σήμερα
Είναι εύκολο
1 Προσθέστε το βιβλίο στο καλάθι σας και επιλέξτε παράδοση ως δώρο 2 Ως ανταμοιβή θα σας στείλουμε ένα κουπόνι 3 Το βιβλίο θα φτάσει στη διεύθυνση του παραλήπτη

Μπορεί να σας ενδιαφέρει


Τοπ
C++ Memory Management Patrice Roy / Βιβλίο Χαρτόδετο
common.buy 43.09
Τοπ
Crafting Interpreters Robert Nystrom / Βιβλίο Χαρτόδετο
common.buy 47.95
Τοπ
Algorithm Design Manual Skiena / Βιβλίο Χαρτόδετο
common.buy 60.60
C++ Data Structures and Algorithms Wisnu Anggoro / Βιβλίο Χαρτόδετο
common.buy 52.00
Τοπ
C++ Software Design Klaus Iglberger / Βιβλίο Χαρτόδετο
common.buy 63.63
Προετοιμαζουμε
Manual for Intellectual Property Management - Patent Law Benjamin D. Burg / Βιβλίο Χαρτόδετο
common.buy 68.39

Είσοδος

Συνδεθείτε στο λογαριασμό σας Δεν έχετε ακόμη λογαριασμό στο Libristo; Δημιουργήστε τον τώρα!

 
υποχρεωτικό
υποχρεωτικό

Δεν έχετε λογαριασμό; Αποκτήστε τα οφέλη ενός λογαριασμού Libristo!

Με έναν λογαριασμό Libristo, θα έχετε τον απόλυτο έλεγχο.

Δημιουργία λογαριασμού Libristo