i am using visual basic 2010 xpress ... for c++ prodramming.
i am unable to include <system.h> header
waht i can do??
i need to include this file because i want to use
The system.h you are talking about is a non-standard header provided only by Borland. (well, I suppose some others have headers called system.h too, but none of those have a gotoxy function inside).
You can create a function like that quite easily using the WinAPI though.