Gurus,

Is sizeof(char) == 1 specified in ANSI C/C++ or can there be compiler-dependent aspects?

Chris.

Code:
char* pc = reinterpret_cast<char*>(&mem_area);

pc += 128;