> You probably mean *screen = 0xFF; ? Oops! Yes, that's what I meant. > Or, I think that this also may work: > > (char*)ptr += 30; > > but I never checked this. I just tried it, and it works. Thanks for the info, Zeljko. It really helped me out, and satisfied my curiosity about void pointers too!