I know there are a lot of questions about this topic but I think a couldn't find the right keywords so I'm asking.
I want to print out bytes of a byte buffer to console output in hexadecimal notation (0xABCDEF) but i don't know what is the byte buffer and it using for what?
I need the following things and I'm just a beginner so please make it simple that i can get. ( in c/c++)
@param pBytes pointer to the byte buffer @param nBytes length of the bytes buffer in bytes
void PrintBytes(const char* pBytes, const uint32_t nBytes);
I need that functions.
You don't have to giving the answers i need you to make it easier for me! Thank you!