How To SHOW all array value in VC debugger

 
How To SHOW all array value in VC debugger?
my debugger just show below:
it just say the generalise close, but actually close have 12 elements, that is i intialize double close [12] ;
thanks
 

this is pointer of array, not array !

copy its contents to a Array, then show that array in debugger.

 
DxdCn wrote >>

this is pointer of array, not array !

copy its contents to a Array, then show that array in debugger.

then how to copy the array content ?

i am sorry that a i am a beginner of C++

Reason: