i might be absolutely off track with this but is there a way to make a code in seperate parts and link them so that it compiles all of the parts
(if wht i am trying to do is unclear, i will try to better explain it)
#include "file.h"
Will, before compile time, copy the contents of file.h into the current file on that line.
Is that what you meen.