prog.cpp:1:20: error: stdafx.h: No such file or directory
prog.cpp:6: error: ‘_TCHAR’ has not been declared
prog.cpp: In function ‘int _tmain(int, int**)’:
prog.cpp:8: error: ‘fill’ is not a member of ‘std’
prog.cpp:11: error: ‘cout’ is not a member of ‘std’
prog.cpp:11: error: ‘endl’ is not a member of ‘std’
prog.cpp:12: error: ‘Sleep’ was not declared in this scope
prog.cpp:13: error: ‘cout’ is not a member of ‘std’
prog.cpp:13: error: ‘endl’ is not a member of ‘std’
prog.cpp:17: error: ‘cout’ is not a member of ‘std’
prog.cpp:19: error: ‘cout’ is not a member of ‘std’
prog.cpp:19: error: ‘endl’ is not a member of ‘std’
prog.cpp:21: error: ‘cout’ is not a member of ‘std’
prog.cpp:21: error: ‘endl’ is not a member of ‘std’
prog.cpp:22: error: ‘system’ was not declared in this scope
prog.cpp:23: error: ‘cout’ is not a member of ‘std’
prog.cpp:25: error: ‘VK_ESCAPE’ was not declared in this scope
prog.cpp:25: error: ‘GetAsyncKeyState’ was not declared in this scope
prog.cpp: In function ‘bool SetWindow(int, int)’:
prog.cpp:34: error: ‘_COORD’ was not declared in this scope
prog.cpp:34: error: expected `;' before ‘coord’
prog.cpp:35: error: ‘coord’ was not declared in this scope
prog.cpp:38: error: ‘_SMALL_RECT’ was not declared in this scope
prog.cpp:38: error: expected `;' before ‘Rect’
prog.cpp:39: error: ‘Rect’ was not declared in this scope
prog.cpp:45: error: ‘HANDLE’ was not declared in this scope
prog.cpp:45: error: expected `;' before ‘Handle’
prog.cpp:46: error: ‘Handle’ was not declared in this scope
prog.cpp:46: error: ‘NULL’ was not declared in this scope
prog.cpp:48: error: ‘cout’ is not a member of ‘std’
prog.cpp:48: error: ‘GetLastError’ was not declared in this scope
prog.cpp:49: error: ‘FALSE’ was not declared in this scope
prog.cpp:53: error: ‘Handle’ was not declared in this scope
prog.cpp:53: error: ‘SetConsoleScreenBufferSize’ was not declared in this scope
prog.cpp:60: error: ‘Handle’ was not declared in this scope
prog.cpp:60: error: ‘TRUE’ was not declared in this scope
prog.cpp:60: error: ‘SetConsoleWindowInfo’ was not declared in this scope
prog.cpp:62: error: ‘cout’ is not a member of ‘std’
prog.cpp:62: error: ‘GetLastError’ was not declared in this scope
prog.cpp:63: error: ‘FALSE’ was not declared in this scope
prog.cpp:66: error: ‘TRUE’ was not declared in this scope