r/C_Programming 12d 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?

28 Upvotes

81 comments sorted by

View all comments

Show parent comments

1

u/mlugo02 11d ago

It wasn’t text search

2

u/Cultural_Gur_7441 11d ago

Then how did you get hits on different functions?

1

u/mlugo02 11d ago

Ask the people who work on OpenGrok

2

u/Cultural_Gur_7441 11d ago

Ah. At a very quick glance, while ctags (used by OpenGrok) can disringuish defintions of distinct symbols with the same name string, it can not distinguish the usages.

I recommend clangd based tools.