Hello,
I am looking to call some C++ code that I can build into a library and run in C++ but I am not clear on how the class header would be received by Golang.
In your examples, you do not actually define any C++ classes in your header files so I am not sure how to call the C++ methods from Golang.
Any thoughts would be greatly appreciated.