From: Daryl Johnson Newsgroups: comp.os.msdos.djgpp Subject: Help with Timer function Date: Mon, 16 Feb 1998 03:57:55 -0600 Organization: Binary Net, Inc. Lines: 11 Message-ID: NNTP-Posting-Host: ravine.binary.net Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello, I am relatively new to C and DJGPP. I am working on a program tha administers a test to an individual. The test is in four parts. Each part needs to have a time limit. What I am attempting to do is show the time in the upper right hand corner of the screen, the timer will show the tester how much time is left. When the time has expired the program will go on to the next portion of the test. I am not sure how to accomplish this. Any and all help would be appreciated. Thanks in advance for your assistance. spyder.