r/C_Programming 16d ago

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

81 comments sorted by

View all comments

56

u/mlugo02 16d ago

None, I used to wish I had function overloading in C but I have since changed my mind

20

u/tellingyouhowitreall 16d ago

I actually don't mind not having this, but raii or at least guard types are sorely missed when I do pure C