How to link Graphviz with VIsual C ++
Someone please tell me how to link graphviz (or call its code) in C ++ (VIsual Studio)
+2
avd
source
to share
1 answer
Graphviz has documentation on Using Graphviz as a library . Is this what you are looking for?
Just in case, here 's how to use libraries in Visual C ++.
+5
Kirill V. Lyadvinsky
source
to share