Mixed C++ and Go Programming with SWIG
June 20, 2014
Experiment project:
https://github.com/gaxxx/ctp/
This implements two main features:
Calling C++ functions from Go
Calling Go code from C++ callbacks
…