Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 688 Bytes

readme.md

File metadata and controls

14 lines (13 loc) · 688 Bytes

GeneralCodeGenerator

This is a simple C++ comand line program generates random codes based on your preferences.

  • Supports adding a '-' after every x characters (0 to disable).
  • Shouldn't crash if you don't use insanely huge numbers.
  • Easy to use.
  • Code is optimised and easy to read.

New in 2.1

  • New option to save settings to file after you generate your codes after the first time.
  • Check if the settings file exists and only then you can load your settings.
  • Custom format options, L for big letter, N for number, s for small letter, l for any letter, A for any character.
  • Fixed variable problems.

New in 2.1.1

  • Replaced most std::endl with '\n'.