Dev-CPP
Dev-CPP copied to clipboard
Debugger: display pointer as array
we can use *p@10 to display pointer p's content as an array of 10 elements.