class implementation
when you're writing a project that has a bunch of classes, how do you structure it?
as in - do you put the class definitions in separate files (or just one separate file?) ? what has/needs to go where?
where do you put class functions?
how do you link everything?
as in - do you put the class definitions in separate files (or just one separate file?) ? what has/needs to go where?
where do you put class functions?
how do you link everything?
