2024-03-03 22:31:15 +01:00
2024-03-03 21:06:22 +01:00
2024-03-03 22:31:15 +01:00
2024-03-03 22:31:15 +01:00
2024-02-21 01:08:00 +01:00
2024-03-03 22:31:15 +01:00
fix
2024-03-01 23:35:43 +01:00
2024-03-03 22:31:15 +01:00

Code style

Naming Conventions:

  • PascalCase:

    • Functions
    • Class names
    • Struct names
  • camelCase:

    • Class attributes
    • Class methods
    • Struct attributes
    • Variables

Class Structure:

  • Header (.h) Files:
    • Declare public methods and attributes first, followed by private members.
  • Implementation (.cpp) Files:
    • Implement methods in the same order as declared in the corresponding header file.
Description
No description provided
Readme 422 KiB
Languages
C++ 81%
C 17.4%
CMake 1.6%