- Nov 29, 2005
- 2,411
- 0
- 0
I have a really stupid question...one that could easily be done in C (god I hate Fortran). I simply want to print out the run-time address of an array reference.
So if I have an array a(10:10), I'd have some statement or function or something that just prints out what the base address of a is. Sorta like printf("%p", a) in C.
Simple enough, eh? Any thoughts?
Thanks!
So if I have an array a(10:10), I'd have some statement or function or something that just prints out what the base address of a is. Sorta like printf("%p", a) in C.
Simple enough, eh? Any thoughts?
Thanks!