Y
Hacker News
new
|
ask
|
show
|
jobs
by
__david__
4803 days ago
My favorite bit of pointer code is one I had to write in the bootstrap code of an embedded processor:
int r = ((int (*)())startAddress)(); // Wheeee!