Segmentation fault (core dumped)[quote]*** stack smashing detected ***: <unknown> terminated[/quote] So, yeah, this confirms that yo...
Segmentation fault (core dumped)Quite possible a previous error corrupted the stack and now it will crash on return. Try running th...
Convert binary to base 58It seems they simply use a different mapping of the characters 😏 Just change code from above: ht...
txt file to vector giving wrong valuesThis could be done by using [b][code]<regex>[/code][/b] to split the lines 😎 In the following ex...
Convert binary to base 58In my above example, [code]ASCII_CHARS[/code] contains all "printable" ASCII characters. For Base-58...
This user does not accept Private Messages