Data/Container 배열 - C++ jjryu 2009. 5. 8. 00:48 더보기접기 unsigned char *pixels_; // 이미지 데이터 pixels_ = new unsigned char[width_ * height_]; delete[] pixels_; 접기 더보기접기 #include <gdiplus.h> using namespace Gdiplus; Point points[] = {Point(30, 30), Point(120, 50), Point(170, 10), Point(150, 90), Point(90, 70), Point(50, 130)}; 접기더보기접기 static CString g_strCity[] = {"경기도", "서울특별시", "광주광역시"}; 접기