Skip to content

lmells98/CPP_Class_Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ OCF Class Generator

Screen Shot 2022-09-01 at 4 48 38 pm

This small program will define a class with its constructor and destructor methods, following c++98 standard Orthodox Canonicol Form.

Coming Soon

Generated files write out to relevant source & include paths.

- This feature will check if both a source and include path exist in the directory of which the binary was executed from. If no such paths exist, program will dump files in cwd.