-
C++ 배열에 대한 디버깅 시 전체 각각의 값을 보고 싶은경우 Watches (type (&)[size])variable; 예제) (int (&)[8])sorted (type (*)[size])variable; 예제) (int (*)[8])a