C++ Projects
This section showcases my systems-level projects built using C++, with a focus on low-level design, file I/O, and building developer tools from the ground up.
VCC – Version Control in C++
C++ | Custom Version Control System
A custom-built version control system inspired by Git, implemented entirely in C++. Features SHA-1 content-addressable storage, blob/tree/commit object model, branching, merging, and a full CLI interface — all without using any VCS libraries.