Convert Decimal to ASCII
- by Dan Snyder
I'm having difficulty using reinterpret_cast. Before I show you my code I'll let you know what I'm trying to do.
I'm trying to get a filename from a vector full of data being used by a MIPS I processor I designed. Basically what I do is compile a binary from a test program for my processor, dump all the hex's from the binary into a vector in my…