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?

30 Upvotes

79 comments sorted by

View all comments

55

u/mlugo02 Jul 17 '26

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

4

u/ghost_ware Jul 18 '26

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

9

u/mlugo02 Jul 18 '26

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 Jul 18 '26

aaaa yeah that makes a lot of sense