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 pointer suggestion
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

eco
Tomato Guru

102 Posts

Posted - Jun 13 2006 :  05:59:18 AM  Show Profile  Reply with Quote
VA Build 1522

now, function pointers no more get assistance...

typedef void (*func_pointer)( long );
func_pointer fptr;

(*fptr)( )
^ here i do not get assistance on parameters

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Jun 13 2006 :  7:22:44 PM  Show Profile  Reply with Quote
which version did this used to work in? trying VS2003 and VA 1446 with the sample code:

static int getCounter()
{
    typedef void (*func_pointer)( long );
    func_pointer fptr;

    (*fptr)(|);

    return 2;
}


if i press CTRL-SPACE here then nothing happens, i am not given any parameter help. i tend not to use function pointers in my code, so i may have overlooked something obvious.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000