How do you use gotoxy in visual c++. I have included conio.h. It gives me
an error on gotoxy
Printable View
How do you use gotoxy in visual c++. I have included conio.h. It gives me
an error on gotoxy
which error message are you getting?
Danny
Fanie wrote:
>
> How do you use gotoxy in visual c++. I have included conio.h. It gives me
> an error on gotoxy
Danny
The error is:
missing function header (old-style formal list?).
As far as I can see conio.h is available.
Thanks
Fanie
Danny Kalev <dannykk@inter.net.il> wrote:
>which error message are you getting?
>
>Danny
>
>Fanie wrote:
>>
>> How do you use gotoxy in visual c++. I have included conio.h. It gives
me
>> an error on gotoxy
make sure that you spelled the function's name correctly and that it is
actually declared in the conio.h header. It should be there but maybe
you're using a different version of this header or perhaps the file
might have been accidentally edited.
Danny
Fanie wrote:
>
> Danny
>
> The error is:
>
> missing function header (old-style formal list?).
>
> As far as I can see conio.h is available.
>
> Thanks
> Fanie
>
> Danny Kalev <dannykk@inter.net.il> wrote:
> >which error message are you getting?
> >
> >Danny
> >
> >Fanie wrote:
> >>
> >> How do you use gotoxy in visual c++. I have included conio.h. It gives
> me
> >> an error on gotoxy