July 2024
Intermediate to advanced
368 pages
9h 14m
English
Content preview from Refactoring with C++
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
Start your free trial


Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
A
accidental file creation case 133
AddressSanitizer (ASan) 231, 232
out-of-bounds access 234
out-of-bounds access on heap 234-236
out-of-bounds access on stack 236
out-of-bounds access to global variables 238
use-after-free vulnerabilities, addressing 238
advanced type techniques 130
common pitfalls, avoiding 132-135
custom type traits, creating 131
templates 130
type aliases, for readability and maintainability 131
data chunking case study 97
API gateway 294
Application Binary Interface (ABI) 184
application programming interfaces (APIs) ...