Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 late variable declaration
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

eco
Tomato Guru

102 Posts

Posted - Mar 29 2004 :  08:39:43 AM  Show Profile
it is hard to find a title...
with that code,

class xxx
{
public:
xxx( )
{
m_value = 0;
}

void blah( )
{
m_value++;
}

private:
double m_value;
};


in the blah function, if i use goto m_value declaration, VA bring me to the first use of m_value (in the constructor), not on the declaration
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000