Skip to content

Bash script to automate the creation of the files containing a C++ class (in Orthodox Canonical Form)

Notifications You must be signed in to change notification settings

pnuts93/cpp_class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

cpp_class

Basic but useful Bash script to automate the creation of the files containing a C++ class (in Orthodox Canonical Form)

How to

$ git clone this repository
$ cd cpp_class
$ chmod 711 cpp_class
$ echo $PATH
Choose one of the directories listed in $PATH
$ ln -s $PWD/cpp_class /the/path/you/chose
Finally use the command cpp_class ClassName to create a .cpp and a .hpp file containing a basic layout to build a C++ class.
The command can also be used with more class names at the same time:
cpp_class ClassName1 ClassName2 ClassName3

About

Bash script to automate the creation of the files containing a C++ class (in Orthodox Canonical Form)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages