A89: Re: Crossword puzzle


[Prev][Next][Index][Thread]

A89: Re: Crossword puzzle




I would simply take each individual character and add it to a string.  Then
you can use the "int tios::strcmp(char *s1,char *s2)" library function to
check to see if the inputted string matches the actual string (i.e.. strcmp
returns zero).

--Blake Johnson

-----Original Message-----
From: Ben Rodgers <bentensai@yahoo.com>
To: assembly-89@lists.ticalc.org <assembly-89@lists.ticalc.org>
Date: Thursday, February 25, 1999 5:06 PM
Subject: A89: Crossword puzzle


>
>I am workin on a game that is a crossword puzzle.  I have it all
>finished except I don't know how I can get the 89 to know if the words
>in the puzzle are correct.
>Does anyone have an idea on how to do this?  Thanks.
>           Ben
>