This repository represents the Lynar Studios - Standard Library (ls-std).

Patrick b25bd012c8 Improved tests for File class пре 4 година
source c89f3892fd Fixed File class пре 4 година
test b25bd012c8 Improved tests for File class пре 4 година
.gitignore f973f28bc6 Moved CMakeLists file to root directory пре 4 година
CMakeLists.txt 0a1ce32620 Added tests for Class class пре 4 година
LICENSE.txt 39db2bb7a1 Added e-mail address to license file пре 4 година
README.md 7dd9965513 Extended readme file пре 4 година

README.md

Lynar Studios - Standard Library 2020.1.0.0

This is a cross-platform standard library written in C++ and provides basic functionality and implementation, like:

  • Boxing
  • File
  • Reflection
  • Date

Naming Convention

This library tries to stick to the following naming convention:

  • parameters start with an underscore followed by a small letter.
  • private methods start with an underscore followed by a small letter.
  • class names start with an upper case letter and do then follow camel case convention.