Something Wrong With My Program

Started by
9 comments, last by bert2 21 years, 9 months ago
Umm.... normally I find that I agree with you, Andrew. But prototyping - a waste of time? Prototyping allows you to see what the function takes as parameters and what it returns without having to go searching through all your other source. Also, it certainly seems that declaring a member function inside of a class declaration, then defining it outside is a form of prototyping. Is this really how you do things in your code?

This topic is closed to new replies.

Advertisement