abmke

u/abmke@lemmy.world
1 posts · 3 comments

Recent posts

Recent comments

There’s no native support in C for classes and objects like there is in Python. You can use a struct, which might be enough but there are differences and limitations. Your best bet would probably to find a library in C that builds out support for classes - I can’t give you any recommendations, but I can almost guarantee that a library exists already for that.