im using http://cpp.sh/ as my ide.
but clrscr() and gotoxy() is not working since conio is not recognize...is there any header file that supports this codes? please help..thanks
#include <iostream>
#include<conio>
using namespace std;
int main()
{
clrscr();
gotoxy(5,10);cout<<"HELLO WORLD";
}