Skip to content

macvincent/CppND-Garbage-Collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppND-Garbage-Collector

This is an implementation of a C++ garbage pointer

  1. You can clone the repository using the link below
git clone https://github.com/macvincent/CppND-Garbage-Collector
  1. To test, compile and run main.cpp
g++ -std="c++17" main.cpp && ./a.out
  1. To use, clone and include the gc_details.h, gc_iterator, and gc_pointer.h header files.

About

An implementation of the C++ Smart Pointer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published