User profile: bkelly13

User info
User name:bkelly13
History
Joined:
Number of posts:26
Latest posts:

Visual Studio 2022, How to find my breakpoint
I think something is a bit odd on my system. Open View -> Output and nothing opens. Then try the sh...

Visual Studio 2022, How to find my breakpoint
How can I find the module where the breakpoint is active. I am working on a moderately complex pr...

Convert binary to base 58
Regarding the post from kigar64551 (799) (Sorry about the delay, difficulties on the home front.) I ...

Convert binary to base 58
Kigar64551 wrote in line 1: [code]static const char* const ASCII_CHARS = "!\"#$ % &'()*+,-./01234567...

Convert binary to base 58
mbozzi wrote: Start by taking the remainder to find the next digit. Then divide. When the quotient ...