4 skills found
VladimirBalun / Algorithms:mortar_board: Different algorithms implemented in C++
AliDehbansiahkarbon / SmartPointersThis repo includes all different versions of SmartPointer in Delphi to simulate a garbage collector.
merajabi / ModernCPPLight weight Modern CPP interface to simulate C++11 standard for old C++98 compilers
Nerdylicious / SmartPointerA SmartPointer implementation in C++. A SmartPointer is a data type, implemented with templates, that simulates a pointer while also providing automatic garbage collection.