|
FreeComputerBooks.com
Links to Free Computer, Mathematics, Technical Books all over the World
|
|
- Title: Mastering C++ Pointers: From Fundamentals to Advanced Techniques
- Author(s) Ayman Alheraki
- Publisher: Simply C++ (2025)
- Paperback: N/A
- eBook: PDF
- Language: English
- ISBN-10: N/A
- ISBN-13: N/A
- Share This:
|
From Pointers to Smart Pointers, Allocation, Debugging, and Optimization. This book is 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.
About the Authors- N/A
- Mastering C++ Pointers: From Fundamentals to Advanced Techniques (Ayman Alheraki)
- Understanding and Using C Pointers (Richard Reese)
- The Mirror Site (1) - PDF
- The Mirror Site (2) - PDF
-
Pointers on C (Kenneth Reek)
Designed for professionals and advanced students, this book provides an extensive explanation of Pointer basics and a thorough exploration of their advanced features allows programmers to incorporate the power of pointers into their C programs.
-
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.
-
What Every Programmer Should Know About Memory
This document explains the structure of memory subsystems in use on modern commodity hardware, illustrating why CPU caches were developed, how they work, and what programs should do to achieve optimal performance by utilizing them.
-
C++ Low Latency: Multithreading and Hotpath Optimizations
This book is about speeding up C++ for low latency programming in multithreaded environments and sequential code in C++ backends. Low latency programming is coding an algorithm so that it completes the task in the fastest time.
-
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.
-
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.
-
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.






