728x90 SMALL C++ DxLib1 [ChatGPT][DxLib] C++에서 DxLib를 사용하여 창을 표시하는 간단한 예제 샘플 코드 C++에서 DxLib(Windows, Android)를 사용하여 창을 표시하는 간단한 예제 샘플 코드 DxLib Windows 예제 코드 #include int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) { // Initialize DXLib if (DxLib_Init() == -1) { return -1; } // Set up the window ChangeWindowMode(TRUE); // Set to windowed mode SetGraphMode(800, 600, 32); // Set the window size and color depth SetWindowText("DXLi.. 2023. 2. 7. 이전 1 다음 728x90 LIST