Entering edit mode
7 weeks ago
guntul
▴
40
Does vg toolkit provides an api for c++? Since it is written in c++, is it possible to use its commands inside my c++ code?
Does vg toolkit provides an api for c++? Since it is written in c++, is it possible to use its commands inside my c++ code?
Sort of. VG does compile into a library, but the main functions for the various subcommands are not included in it. If you wanted to replicate the function of a subcommand, you would need to replicate the work the main function does into your application.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.