/******************************************************************************/ /******************************************************************************/ class Code // Source Code File { Str current, base; void del(); bool save(File &f)C; bool load(File &f); bool load(C Str &name); }; /******************************************************************************/ /******************************************************************************/ /******************************************************************************/