G
gus
Guest
@bgourdie: note also that you can mix object programming and traditional procedural programming as needed. so you don't have to remake the entire application at once just because you want a few static classes. also, if you don't want to do objects for some reason, you can use external procedures. that is a much better solution than include files and gives you one copy of the utility functions. in your future, use of include files should be mostly avoided as should use of the preprocessor. there will be exceptions of course.
Continue reading...
Continue reading...