How does the "Callers Graph" works in VC++ like the following?
Does the "Callers Graph" means:
either CRemoteDemo::setup () + CSlidermenuItem::Create()
-MAKE CALL- to
CTestGrphicsGroup::Create()
===============
the problem is if I go into CSlidermenuItem::Create() - I dont' seem
to see any calls to
CTestGrphicsGroup::Create()
===============
I used Java Eclispe and the Call Hierarchy show clearly like the
following
Does VC++ 2005 has something similar?
Does the "Callers Graph" means:
either CRemoteDemo::setup () + CSlidermenuItem::Create()
-MAKE CALL- to
CTestGrphicsGroup::Create()
===============
the problem is if I go into CSlidermenuItem::Create() - I dont' seem
to see any calls to
CTestGrphicsGroup::Create()
===============
I used Java Eclispe and the Call Hierarchy show clearly like the
following
Does VC++ 2005 has something similar?