void f(){
int *i=(int*)(unsigned(&i)+92),*j=(int*)(unsigned(&j)+92);
std::cout <<*i<<","<<*j<<std::endl;
return;
}
@helios
It might be ugly, dirty and downright wrong, but that is quite impressive! I've spent so long writing 'middle-tier' software, I forget things like that are even possible. I suggest you go have a good wash after writing that :)