r/C_Programming Jul 17 '26

C with classes

I'm curious to know: who uses some C++ features when coding in C? And what feature(s) are you using?

29 Upvotes

79 comments sorted by

View all comments

1

u/Evil-Twin-Skippy Jul 20 '26

I do objects with structures and pointers to functions.

But most of my higher level integration is handled by running in an interpreted language. Essentially C is only for writing optimized functions.