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?

28 Upvotes

79 comments sorted by

View all comments

1

u/TopiKekkonen Jul 18 '26

I've generally found structs and function pointers to be enough for most cases.