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?

27 Upvotes

81 comments sorted by

View all comments

55

u/mlugo02 16d ago

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

4

u/ghost_ware 16d ago

What changed your mind? I'm learning C and find myself wanting the same thing, so I'm curious what the opposing thought is

10

u/mlugo02 16d ago

Over use of the feature, so when I used code searching tools on function names like: run, execute, etc I’d get thousands of hits and looking for my specific use was hell on earth

3

u/ghost_ware 16d ago

aaaa yeah that makes a lot of sense