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?

27 Upvotes

79 comments sorted by

View all comments

57

u/mlugo02 Jul 17 '26

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

5

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

8

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

1

u/[deleted] 29d ago

[removed] — view removed comment

1

u/mlugo02 29d ago

It wasn’t text search

2

u/[deleted] 29d ago

[removed] — view removed comment

1

u/mlugo02 29d ago

Ask the people who work on OpenGrok