Код: Выделить всё
#include "SDL.h"
#include
int main( int argc, char* args[] ) {
printf("Testing");
return 0;
}
< /code>
Вывод выглядит следующим образом: < /p>
The program '[4664] SDL Testing.exe: Native' has exited with code 0 (0x0).
< /code>
И это все. Почему он не печатает тестирование
Подробнее здесь: https://stackoverflow.com/questions/110 ... put-window