Howdy yall,
I only recall a half semester of c++ before going on to Java for two years so if yall could help me with this simple question, it would be greatly appreciated...
when do you know to use...
void Class::methodName(){
...
}
instead of...
void methodName() {
...
}
when defining a method?
thanks -Cowboy



LinkBack URL
About LinkBacks



I never recalled making a post about this before, so I thought I'd try!