Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

πŸ”– A C program destined to make C++ classes faster following the orthodox canonical class form

License

Notifications You must be signed in to change notification settings

seekrs/fastclass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

23 Commits

Repository files navigation

fastclass

A C program destined to make C++ classes faster following the orthodox canonical class form.

How to install

First clone the repository:

git clone https://github.com/Namonay/fastclass.git
cd fastclass

Then use make to build and/or install the binary:

# Builds the 'class' binary
make 
# Installs to local path
make install

If you want to install to a custom path, you can input it as a make parameter:

# This is the default path
make install INSTALL_PATH="$HOME/.local/bin"

How to use

The format for using fastclass is: class [-FLAGS] [FILES] ...

  • -f will insert the 42Header in all classes created using NAME and MAIL defines.
  • -p will insert std::cout output for the constructors and destructors.
  • -s create the class as a static class, making all constructors privates.
  • -h will print this help.

How to uninstall

You can use make remove to delete the binary file located in INSTALL_PATH.

License

wtfpl

About

πŸ”– A C program destined to make C++ classes faster following the orthodox canonical class form

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /