Date: Mon, 16 Jul 2001 11:49:59 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: TD cc: djgpp AT delorie DOT com Subject: Re: Newbie Display questions In-Reply-To: <9ithql$f3b$1@slb3.atl.mindspring.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 15 Jul 2001, TD wrote: > I am new to C++ programming but have done some QBasic stuff. > Is there a C++ command, like Basic's "Locate" command, to position > the cursor on the screen. I want to create a DOS program and from > what I have read so far, C++ doesn't seem to have an easy way to build > screens to interact with the user. Look up gotoxy in the library reference ("info libc alpha gotoxy").