Custom class in Dynamic C

Is there a way to create my own class in Dynamic C?

Thanks

Where can I find #class auto
I need to build a custom lib with my own class
I’m pretty sure I can build a custom lib but I haven’t figured out how or where all the pieces fit yet.

Thanks

I am a beginner so this might not be a valid statement in response to your question.

But, if you mean an C++ style class then #class auto has nothing to do with it.

IIRC, #class auto just means put the variables on the stack by default.

Note: Dynamic C is only an C Compiler not an C++ Compiler.

Tim S

Thanks Tim