do guru level c++ programmers always minimize the use of globals?
and do they split up their code into nice small .cpp and .h files? I just made a large program and it has one small header file and one huge cpp file. Everytime i try to split it up i get undeclared identifier errors because the code is so un-modular.



LinkBack URL
About LinkBacks



, but I think it's about basic concept. If you are creating a big program, you should choose between some basic concepts: object programming, modular programming, and other; or you can just code it, so you'll work out a big cpp program, that cannot be divided