This class provides a text editor specialized for editing C files. It is invoked automatically when opening any file with the ".c" extension in its name. The EditC class is derived from the EditProgram class, and therefore inherits all of its features. At the moment, it does little more than color comments.