Gotoxy function
Solved/Closed
Related:
- Gotoxy function
- Find function on mac - Guide
- Accessor function c++ - Guide
- Spreadsheet function - Guide
- Agp function - Guide
- Hard drive function - Guide
5 responses
tnx alot. i guess this will show how it works .but i also need the declaration of this function.i mean when i copy paste ! the code ,the program says gotoxy is undefined.
hello GH
actually gotoxy is a function declared in conio.h header file
it actually resembles the position in which u are typing
for example
gotoxy(150,80);
printf("Hello GH");
it prints the output "Hello GH" at that point(150,80)
u can try in any c software
actually gotoxy is a function declared in conio.h header file
it actually resembles the position in which u are typing
for example
gotoxy(150,80);
printf("Hello GH");
it prints the output "Hello GH" at that point(150,80)
u can try in any c software
Didn't find the answer you are looking for?
Ask a question