c++ Programming Glossary: hmyclass
Developing C wrapper API for Object-Oriented C++ code http://stackoverflow.com/questions/2045774/developing-c-wrapper-api-for-object-oriented-c-code int j Would map to a C interface like this C header struct HMyClass An opaque type that we'll use as a handle typedef struct HMyClass.. An opaque type that we'll use as a handle typedef struct HMyClass HMyClass HMyClass myStruct_create const char s void myStruct_destroy.. type that we'll use as a handle typedef struct HMyClass HMyClass HMyClass myStruct_create const char s void myStruct_destroy..
|