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 arguments
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

DaveChapman
New Member

8 Posts

Posted - Jan 23 2004 :  10:26:39 AM  Show Profile
In VA 1106 on VC6, if a class definition contained

void SetName(const char *pName);

When I started to implement the function and got as far as

void ClassName::SetName(

then VA would pop up 'const char *pName' and I could just hit Enter to have it pasted in.

With VA-X, after the ( it offers me 'const' which I accept, then 'char' which I accept, then 'const char *pName', so I'm ending up with
void ClassName::SetName(const charconst char *pName

I haven't found a way to get to the 'const char *pName' without accepting the two suggestions of 'const' and 'char' first...

DaveChapman
New Member

8 Posts

Posted - Jan 29 2004 :  04:30:26 AM  Show Profile
Appears to be fixed in 1214 :-)
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