---------- Compile (Borland) ----------
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
gotoxy.cpp:
Error E2209 gotoxy.cpp 1: Unable to open include file 'iostream'
Error E2209 gotoxy.cpp 2: Unable to open include file 'windows.h'
Error E2282 gotoxy.cpp 3: Namespace name expected
Error E2268 gotoxy.cpp 8: Call to undefined function 'printxy' in function main()
Error E2451 gotoxy.cpp 9: Undefined symbol 'cout' in function main()
Error E2451 gotoxy.cpp 9: Undefined symbol 'endl' in function main()
Error E2451 gotoxy.cpp 14: Undefined symbol 'COORD' in function gotoxy(int,int)
Error E2379 gotoxy.cpp 14: Statement missing ; in function gotoxy(int,int)
Error E2451 gotoxy.cpp 15: Undefined symbol 'coord' in function gotoxy(int,int)
Error E2451 gotoxy.cpp 18: Undefined symbol 'HANDLE' in function gotoxy(int,int)
Error E2379 gotoxy.cpp 18: Statement missing ; in function gotoxy(int,int)
Error E2268 gotoxy.cpp 19: Call to undefined function 'SetConsoleCursorPosition' in function gotoxy(int,int)
Error E2451 gotoxy.cpp 19: Undefined symbol 'hConsole' in function gotoxy(int,int)
Warning W8057 gotoxy.cpp 20: Parameter 'x' is never used in function gotoxy(int,int)
Warning W8057 gotoxy.cpp 20: Parameter 'y' is never used in function gotoxy(int,int)
*** 13 errors in Compile ***
Normal Termination
Output completed (0 sec consumed).