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

Patrick 3b7374cb10 Merge remote-tracking branch 'origin/master' 4 роки тому
source c9d2d3ca35 Improved FilePathSeparator class 4 роки тому
test 3b7374cb10 Merge remote-tracking branch 'origin/master' 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.