Skip to main content

How to Use CXXGraph

How do I put CXXGraph on my project?

To use CXXGraph in your project, simply put the header file CXXGraph.hpp where you need it, and include the following in your header:

include "CXXGraph.hpp"

using namespace CXXGraph;

It's that easy!