|
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title: Safe C++: Fixing Memory Safety Issues
- Author(s) David Spuler
- Publisher: Aussie AI(2024)
- Hardcover/Paperback: 186 pages
- eBook: PDF
- Language: English
- ISBN-10/ASIN: B0DK9LM8H3
- ISBN-13: 979-8343528138
- Share This:
|
Learn about the memory safety debate, Rust versus C++, and the new Safe C++ standard. Examine pragmatic C++ techniques to use now for pragmatic memory safety in standard C++.
About the Authors- Dr. David Spuler is an AI researcher and proficient C++ programmer.
Similar Books:
-
Advanced Memory Management in Modern C++ (Ayman Alheraki)
Memory management in C++ isn't one-size-fits-all; real-time systems, games, and embedded applications each present unique memory constraints. This book delivers targeted solutions for each domain.
-
C++ and C Efficiency: Improve Program Speed and Memory Usage
This book examines the art of improving the efficiency of programs written in C and C++. It is intended to aid the professional programmer in writing code that is efficient in terms of space and time.
-
Mastering C++ Pointers: From Fundamentals to Advanced
From Pointers to Smart Pointers, Allocation, Debugging, and Optimization. Designed to be a comprehensive guide for anyone who wants to master the use of pointers in C++, starting from the basics and progressing to advanced techniques.
-
Memory Management: Algorithms and Implementations in C/C++
This book presents several concrete implementations of garbage collection and explicit memory management algorithms. Find out how memory is managed at the hardware level by the processor.
-
Pointers and Memory (Nick Parlante, et al.)
This is an introduction to programming with pointers and memory in C, C++ and other languages. Explains how pointers and memory work and how to use them -- from the basic concepts through all the major programming techniques.
-
Programming Persistent Memory: A Comprehensive Guide
The book explains fundamental concepts, provides an introduction to Persistent Memory programming APIs for C, C++, JavaScript, and other languages, discusses RMDA with persistent memory; reviews security features; and presents many examples.
-
C++ and C Debugging, Testing, and Reliability (David Spuler)
This book is designed to help programmers reduce the time spent debugging programs and increase their confidence that a program is reliable - from the start. It presents a variety of techniques and tools for finding program bugs.
-
Mastering Modern C++: C++11, C++14, C++17, C++20, C++23
This book is an effort to compile and explain the updates and new features introduced in these modern standards. It focuses on the fundamental changes that matter most to experienced developers already familiar with the basics of C++.
-
Modern C++ Tutorial: C++11/14/17/20 On the Fly (Changkun Ou)
The book is intent to provide a comprehensive introduction to the relevant features regarding modern C++ (before 2020s). You should be aware that not all of these features are required. Instead, it should be learned when you really need it.
-
Core Modern C++ Features (C++11 to C++23) by Ayman Alheraki
Take your C++ skills to the next level with this book - a complete guide to mastering today’s most powerful C++ standards, features, and real-world techniques, including smart pointers, lambda expressions, move semantics, and concepts.






