User profile: Erasermaster

User info
User name:Erasermaster
History
Joined:
Number of posts:9
Latest posts:

C++ decompiler
i have just come across this program called "boomerang". http://boomerang.sourceforge.net/ what do ...

C++ decompiler
Hello all, Just curious if there is something like a de-compiler for C++. For example it takes some...

Decimal to ASCII char
Thanks for the help the "static_cast<char>" works!

Decimal to ASCII char
Is there any way to convert an int value to a char value that is corresponding to its ASCII value? ...

Combine CHARs into a CHAR array
Thanks for the help!