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

pcmattulat 6f999a73d0 Improved Logger class há 4 anos atrás
config 84b7be3222 Added code style file há 4 anos atrás
source 6f999a73d0 Improved Logger class há 4 anos atrás
test 01b5bfe8d0 Extended String class há 4 anos atrás
.gitignore f973f28bc6 Moved CMakeLists file to root directory há 4 anos atrás
CMakeLists.txt 849d1e79f6 Added Logger class há 4 anos atrás
LICENSE.txt 39db2bb7a1 Added e-mail address to license file há 4 anos atrás
README.md 7dd9965513 Extended readme file há 4 anos atrás

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.