Hey, im trying to create a string like the following in c++ but am unable to find a example in the internet in order to help me as im new to c++ and still trying to learn.
XXXXX-XXXXX-XXXXX-XXXXX
- Custom Length
- Custom Block Size
if someone would mind how would i create a random 25 character string and tokenize it like the example above, thanks for your help, it means alot to me and look forward to your answers.
I know how this is done with lua but im looking to make this into another DLL for a project im working on, thanks :)
Nathaniel Blackburn