Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 440 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 440 Bytes

Namegen++

Name Generator library for C++ Developers

 namegenplusplus::PrintRg(length);
You can save the generated names to a file!
namegenplusplus::GenerateAndSaveToFile("Example.txt",15);
//The first parameter indicates the file name that will be created or overwritten, the second parameter indicates the amount of names that will be generated.
Namegen++ is licensed under the terms of MIT License.