Hey I've been out of the C++ game for a long time now and trying to get back into it. I'm trying to start of with some basic stuff that can actually be useful to me as well. I'm trying to input bytes such as
Yea i saw hex and showbase, but that will return the actual hex value of the input. What I'm doing is reading an applications memory and modifying bytes with my own bytes, but when you write it into the program it needs to be in 0x hex format if that makes any sense.