+ 2
Why do put prototypes in the class declaration and declare the methods outside the class?
in lots of books, i have seen the methods declare after the class. not indide the class. is there any special reason? java doesnt do that...
1 Answer
+ 2
maybe you want to declare your methods in a .h file, and define them in a .cpp file