I have written a dos prog for borland c, it uses gotoxy() for nearly all its layout. But when I tried to compile in MSVC++ it just can't find gotoxy in the libs.

So is gotoxy ansi or do i have to find an alternative to gotoxy() for my msvc++ port?

This is a very big upset as I am writting it in ansi c for the sole purpose of compatibility.

any help on getting gotoxy working in mscv or alternative functions would be apreciated.


Thanks.