Is it possible to see the contents of the array allocated dynamically, such as:
Int * Array = new int [dimension];
I only see the value of the pointer.
Edit: Just got the option "displayed in the array", but I have to manually enter the size of the shape array is it possible to get it automatically? In the eclipse, to view the contents of a dynamic allocated array (
No comments:
Post a Comment