Hello, my respected gurus:
I define a std::vector<double> a(100); and I want to see how this array are allocated in heap, I mean the address of each element of array a. For example , I want to see the address of a[10]
How can I manage that!
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
|
Click Here to Expand Forum to Full Width |