Is there any simple way of finding the implementation of a virtual method in a IDE like Visual Studio. Finding references and reference from one class to other consumes a whole lot of time. Is there a quicker way of using the IDE or in general any IDE.
Also if there has been only one project changed can I quickly get the executable linking only that project's lbirary since all the other projects(libraries) remain the same.
Further to in general any suggestions for effective C++ code browsing. Am trying to understand some open source code and fully lost..