Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 284 Bytes

File metadata and controls

18 lines (13 loc) · 284 Bytes

C++ Practice

This repository contains my daily C++ practice while learning modern C++.

Topics Covered

  • Memory Management
  • Smart Pointers
  • File I/O
  • STL
  • OOP
  • Multithreading

Goals

  • Improve Modern C++ skills
  • Learn RAII and Smart Pointers
  • Practice STL containers