Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Function pointer suggestion

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
eco Posted - Jun 13 2006 : 05:59:18 AM
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
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jun 13 2006 : 7:22:44 PM
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.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000