Re: creating a game ... ? (help!)
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> Sep 11, 2004
- 525 views
On Sat, 11 Sep 2004 15:57:32 -0700, Chris Burch <guest at RapidEuphoria.com> wrote: >> printf("Numbers are : %d , %d \n", {i, x} >Should have been > printf(1, "Numbers are : %d , %d \n", {i, x} That looks like a bug in EUforum, stripping the trailing closing parenthesis to make Chris tear hair out. Rob? My try: printf(1, "Numbers are : %d , %d \n", {i, x}) (you never know) Lobelia, if you visit http://www.rapideuphoria.com/archive.htm and type in: simple cuny The first entry, simple user input routine:- Can you get that to run and accept input? Pete