Appearance
C++ Interview Prep
Welcome to the C++ Interview Preparation guide for quantitative developer roles.
Books
C++ Basics
Foundational C++ concepts: types, pointers, templates, classes, STL containers.
CS Fundamentals
Computer science fundamentals: CPU architecture, OS internals, networking, IPC, kernel bypass.
Low Latency C++
Advanced techniques: move semantics, lock-free algorithms, queues, caches, metaprogramming.
How to Use
- Learn concepts - Read through the material and understand the underlying concepts
- Practice - Complete the coding exercises marked with TODO comments
- Review - Use the Q&A sections to test your understanding
Good luck with your interviews!