Issue
Eclipse: What is a better way to find the implementation of a virtual function?
I am now using "Search" to look at every places that have the virtual function name. Apparently it is a very ineffective way.
[Update 1]: Specifically I am reading the code of the liveMedia of live555. I import it as C++ code in Eclipse.
Solution
I assume you mean abstract functions.
Right-click on the function and select 'Declarations'.
Answered By - wvdz