Reputation: 135
I'm having long lists of networking class definitions for C structs in python. What would be the best way to use them in C++?
Is there a parser I could use that exports C++ classes? Is a framework wrapper like Boost, that is quick enough to use it for tcp connection handling? Other suggestions?
Upvotes: 0
Views: 89