Popular repositories Loading
-
ResourceManagerPP
ResourceManagerPP PublicA modern C++ resource-management framework with interfaces, templates, smart pointers, and semantic ID ownership transfer.
C++
-
Matrix-Template-Library
Matrix-Template-Library PublicA compile-time sized matrix library using C++ templates, NTTPs, operator overloading, static assertions, and custom iterators. Focused on type safety, performance, and modern C++ design.
C++
-
Generic-Data-Processing-Pipeline
Generic-Data-Processing-Pipeline PublicA generic data processing pipeline using templates, polymorphism, smart pointers, and the Factory pattern. Demonstrates ownership management, extensibility, and separation of concerns.
C++
-
Custom-Smart-Pointer-System-with-Cycle-Handling
Custom-Smart-Pointer-System-with-Cycle-Handling PublicCustom C++ smart pointer system (SharedPtr + WeakPtr) with counted references and support for cycles via weak locking. A minimal implementation that demonstrates correct resource management, owners…
C++
-
SocialGraph
SocialGraph PublicA modern C++ social graph where SocialNetwork owns all Person objects via std::unique_ptr. Friendships use ID-based references, avoiding shared ownership and lifetime issues. Logic is separated fro…
C++
If the problem persists, check the GitHub status page or contact support.