如何使用 Codeblocks link Graphviz

How to link Graphviz with Codeblocks

我想使用 Graphviz 可视化图形,并在 Code::Blocks 中使用 C++ 进行编码,是否有任何方法可以将 Graphviz 与 Codeblocks 链接起来?如果是,我应该怎么做?

鉴于我不知道 Graphviz 库,您所做的应该可以从 cmd windows(在设置系统环境路径之后)进行。
如果你想编写一个使用 Graphviz 库的 C++ 程序,你需要学习如何静态 link 编译库(参见 ) and then consult the documentation present on the Graphviz website (libguide.pdf)。