suljaxm / CppND-Garbage-Collector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CppND-Garbage-Collector

The project is to implement my own version of a smart pointer.

Compiling

To compile the project, first, create a build directory and change to that directory:

mkdir build && cd build

From within the build directory, then run cmake and make as follows:

cmake ..
make

Running

Run the resulting executable:

./garbage_collector

About


Languages

Language:C++ 97.7%Language:CMake 1.8%Language:Shell 0.5%