Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Link to discussion forum: https://community.openpbs.org/t/openpbss-c-coding-standards/2315

This will be added to PBS Pro Coding Standards

Follow the C Coding Standards, then look here for C++ specific guidelines.

...

You can find an example of unique pointers here: Unique Pointer Example

Inheritance/Polymorphism

You can find an example of these OOP features here: Inheritance/Polymorphism example