Thread: similiar to gotoxy

  1. #1
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608

    similiar to gotoxy

    is there a code that is ansi standard that is similiar to gotoxy?
    Email: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

  2. #2
    Registered User
    Join Date
    Jun 2002
    Posts
    267
    Could you rephrase that?

  3. #3
    Magically delicious LuckY's Avatar
    Join Date
    Oct 2001
    Posts
    856
    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.

  4. #4
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >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.

  5. #5
    Sir Mister Insane Sako Klinerr1's Avatar
    Join Date
    May 2002
    Posts
    608
    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: [email protected] || AIM: MisterSako || MSN: [email protected]

    -the shroom has spoken

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Tic Tac Toe movement
    By $l4xklynx in forum Game Programming
    Replies: 4
    Last Post: 11-06-2008, 07:22 PM
  2. Why do I need function for gotoxy and not getche?
    By Beholder in forum C++ Programming
    Replies: 1
    Last Post: 12-11-2005, 03:19 PM
  3. Want to see if I am using gotoxy the right way ...
    By o0obruceleeo0o in forum C++ Programming
    Replies: 5
    Last Post: 04-22-2003, 04:17 PM
  4. Is gotoxy ansi?
    By MeneLaus in forum C Programming
    Replies: 2
    Last Post: 05-18-2002, 02:48 PM
  5. is gotoxy a part of ANSI C 89 standard
    By kendals in forum C Programming
    Replies: 1
    Last Post: 03-20-2002, 07:43 PM