Finding a function / method in a large C/C++ project
So there’s this huge pile of source code, with an enormous amount of functions and methods. How can you quickly find where each is defined? IDEs has this functionality built in, but it’s not so easy to push an already existing (and huge) project into an IDE. The solution is so simple. For example, $ [...]