Quote:
Originally Posted by parms
I will summarise what I am doing and how I intend to do it. Then would be nice to have a few pointers on where to consider applying classes.
|
Make an organized library.
You can either have all your classes is one file,
or have them in different files and include a file called library which includes all the individual files.
Hope that makes sense.