This repository was archived by the owner on Jun 25, 2020. It is now read-only.

Description
New feature which can allow to create header file and cpp file.
This feature is already available in Eclipse and Codeblocks as far as I know.
Feature Behavior:
- File menu option "new -> Class" option.
- Open new window, which asks for class name, class variables, base class and so on.
- After filling up all these details it will create two files header file and cpp file
Thanks