I am getting this error. It is my first submission at CodeChef. I have however eliminated conio.h and is using iostream and have also included "using namespace std;".
prog.cpp: In function ‘int main()’: prog.cpp:13:15: error: ‘gotoxy’ was not declared in this scope gotoxy(3,i+2); ^ prog.cpp:15:15: error: ‘gotoxy’ was not declared in this scope gotoxy(4,i+2); ^ prog.cpp:28:17: error: ‘gotoxy’ was not declared in this scope gotoxy(y,n+3+j); ^
any help will be appreciated.