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