Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 310 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 310 Bytes

Cpp-under-the-hood

Implementing main features in C and C++ in a Linux environment. In order to understand how they work behind the scenes.

  • generic vector (c).
  • smart pointer (c++).
  • pre-processor (python).
  • hashmap (c++).
  • memory-allocator (c++);
  • FixedPoint (c++).
  • thread safe singleton (c++)