Skip to content

Latest commit

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date

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

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages