Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Parameter completion problem!

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
znakeeye Posted - Dec 12 2007 : 10:46:31 AM
I type the following:
CMyTreeCtrl::Create(

... and the following is suggested:
_In_ DWORD dwStyle, _In_ const RECT& rect, _In_ CWnd* pParentWnd, _In_ UINT nID)

Shouldn't those ugly _In_ (_Out_ etc) be ignored?
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Dec 13 2007 : 3:06:26 PM
What does the declaration look like? Does it contain these _In_, etc, pieces?

I am very wary of getting clever with macro's, since what happens with:

#define MYINT int
void doSomething( MYINT foo );


or the somewhat more obscure:

void doSomethingElse( MYMACRO MYINT foo );

experience indicates that if it can be made to compile, someone is relying on it.

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