|
-
Jul 26th, 2006, 11:51 PM
#1
Thread Starter
Hyperactive Member
[2005] Outline with function prototypes only
I'm working with a program with 80+ functions. Its hard keeping track of them all, so I want to do a print-out with just the prototypes. Does anyone know an easy way to do this?
(I could prototype all the functions and have the definitions later, but then I'd need to prototype all 80+ of them and I'd need to make sure both versions of the definition stayed the same as each other...)
Thanks 
EDIT: It just occured to me that prototyping is in C++, and I don't know if it works in VB... Either way, I'm just looking for a way to view all the definitions of the functions at once so that I can track them all... I think I should also mention that I have regions and lots of comments, so that might interfer with the process (though I could live with having them in the printout)...
Also, I could print the outline versions of the functions (I think its possible, anyway), but I don't think that includes the parameters (which I'd need).
Last edited by ZaNi; Jul 27th, 2006 at 12:04 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|