C++; 동적 메모리 할당할 때, new와 malloc 두 가지 방법이 있다. malloc으로 uint32_t를 이용하고 싶다면, *nBitmap = (uint32_t *)malloc(sizeof(uint32_t) * (/* 배열 크기 */));
0
0
0
0
0