HAOYUatHZ / howto-go-with-cpp

[abandoned]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrapping C++ with Go

This is a minimal example of how to wrap a C++ class manually with Go.

I borrowed most of the code from a stack overflow answer, but modified it to use static linking.

About

[abandoned]


Languages

Language:C++ 41.1%Language:Go 26.3%Language:C 17.6%Language:Makefile 15.1%