ReadIntegerArray

파일에서 int 또는 uint 유형 변수 배열 읽기.

bool  ReadIntegerArray(
   int&  array[],            // 배열
   int   start_item=0,       // 시작 요소
   int   items_count=-1      // 요소 수
  \)

매개변수

array[]

[in]  int 또는 uint 유형의 대상 배열에 대한 참조.

start_item=0

[in]  읽을 요소 시작.

items_count=-1

[in]  읽을 요소 수(파일의 끝을 읽으면 -1).

값 반환

성공하면 true, 데이터를 읽지 못하면 false.