You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 25, 2020. It is now read-only.
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