tinybind icon indicating copy to clipboard operation
tinybind copied to clipboard

the neat and sexy XML and JSON binding and serialization scheme for C++

Results 2 tinybind issues
Sort by recently updated
recently updated
newest added

Hello, i'd like to use tinybind for polymorphistic classes. I dont get how the INHERIT(X) or the STRUCT_INHERIT(X) works. Is there any example ?

thanks Joshua Williams for suggesting a fix: ``` #include /* printf */ #include /* va_list, va_start, va_arg, va_end */ #ifdef _MSC_VER #define snprintf c99_snprintf inline int c99_vsnprintf(char* str, size_t size,...