-
Notifications
You must be signed in to change notification settings - Fork 5
Naming Conventions
Ashish Singh edited this page Sep 18, 2020
·
3 revisions
- All files in Modules will be in namespace "captk".
Placeholder text.
- Each file will start with namespace followed by class name. For ex: a class named "Example" will have the .h/.cpp files named as "captkExample.h" and "captkExample.cpp" respectively.
- Each class will have a separate file.
Placeholder text.
- Build & Package on Windows
- Build & Package on macOS (TODO)
- Build & Package on Linux