Convert "unsigned int" to vector of "unsigned char"?
Question: I need to convert an unsigned int into a vector of unsigned char to later translate these addresses into binary, for a job that I need to simulate a virtual memory. Can someone explain to me how to do this? Answer: If I understand correctly, you want to reinterpret …
Convert "unsigned int" to vector of "unsigned char"? Read More »