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
 function prototype for derived classes not working
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

eco
Tomato Guru

102 Posts

Posted - Oct 19 2004 :  09:35:04 AM  Show Profile
in the 1274 version this was working:

class base
{
virtual void myfunc( int h ) = 0;
};

class derived : public base
{
myfunc <- when here, VA (1274) suggested me this thing:
};

void myfunc( int h )

i type return and every thing is ok
but build 1276 no more do that

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Oct 21 2004 :  3:43:26 PM  Show Profile
using .NET 2003 and VAX 1277 when i try this i get the suggestion "int h" once i enter the brackets. also, i get a suggestion for "myfunc" while i am typing it.

so it looks like this is fixed.

zen is the art of being at one with the two'ness
Go to Top of Page
  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