From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=1.3 required=5.0 tests=BAYES_00,INVALID_MSGID, MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,609e9771f7bd9d7 X-Google-Attributes: gid103376,public From: Ted Dennison Subject: Re: Ada computer project HELP Date: 1999/11/18 Message-ID: <811oco$b22$1@nnrp1.deja.com>#1/1 X-Deja-AN: 550233036 References: <8115vj$rub$1@nnrp1.deja.com> <8118gs$u02$1@nnrp1.deja.com> <811bsj$r0$1@nnrp1.deja.com> X-Http-Proxy: 1.0 x43.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Thu Nov 18 20:43:06 1999 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.6 [en] (WinNT; I) Date: 1999-11-18T00:00:00+00:00 List-Id: In article <811bsj$r0$1@nnrp1.deja.com>, amanda_laumb@my-deja.com wrote: > In article <8118gs$u02$1@nnrp1.deja.com>, > NO, we have done work on it already. We just can't figure out how to > replace the ****** with the letters as the player guesses the word. > that's what we need help with. Ahh. You you mean in your internal buffers, or on the screen? If the former, a hint would be to look into the Ada.Strings.* packages. If the latter, there is no standard package with Ada for moving the cursor around on the screen. Since this assignment is probably not about learning cursor manipulation techniqies, I'd suggest you just output enough newlines to scroll the current contents of the screen off, then rewrite everything. But what is and is not acceptable and what techniques your instructor envisioned using to do this would best be asked of them. I hope this helps. -- T.E.D. Sent via Deja.com http://www.deja.com/ Before you buy.