I included cstdlib, stdlib.h, stdio.h, conio.h, iostream, and then I typed using namespace std...(bla bla bla bla), and gotoxy()...But then the red curly underline and build(loading...) and... "build failed"... Then okay, I tried many times and nothing.Can anybody (please!!) tell me what`s wrong with the code? Here it is:
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <cstdlib>
#include <conio.h>
using namespace std;
int main()
{
gotoxy(20, 30);
}
I consider that THIS function is not supposed to be declared before use
By the way thank you in advance cause I`m desperate