is there a code that is ansi standard that is similiar to gotoxy?
This is a discussion on similiar to gotoxy within the C++ Programming forums, part of the General Programming Boards category; is there a code that is ansi standard that is similiar to gotoxy?...
is there a code that is ansi standard that is similiar to gotoxy?
Email: Klinerr1@nc.rr.com || AIM: MisterSako || MSN: sakotheinsane@hotmail.com
-the shroom has spoken
Could you rephrase that?![]()
I think klinerr1 is asking if there is a function that is part of the standard C library rather than <conio.h> that moves the cursor in a console based program to a given position.
As far as I know there isn't. If you find one, let me know.
War.
>is there a code that is ansi standard that is similiar to gotoxy?
No, there's no portable way to create the functionality of gotoxy.
-Prelude
My best code is written with the delete key.
well actualy im trying to place the x/y location of a cout..
its not THAT importnant but it would make thigns easier for me.
Email: Klinerr1@nc.rr.com || AIM: MisterSako || MSN: sakotheinsane@hotmail.com
-the shroom has spoken