Re: Project 1 - Notes & Hints


[ Follow Ups ] [ Post Followup ] [ CS2604 Discussion WWWBoard ] [ FAQ ]

Posted by hussein on July 10, 1999 at 16:16:17:

In Reply to: Re: Project 1 - Notes & Hints posted by Sleepless Snowman on July 10, 1999 at 15:29:22:

: For the keyboard buffer that we are to simulate, we are specified to use the variable MAXBUFFER to set the maximum number keystroke to 16. My question is are we to simulate the 'break' and 'make' of each keystroke or are we merely simulating the result a combination of the 'make' and 'break' of each keystroke?

for those of you who know what "makes" and "breaks" are, no we are not simulating those ... we are treating each keystroke as a single event. thus, the buffer can store 16 (as defined by MAXBUFFER) complete keystroke events.

---




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS2604 Discussion WWWBoard ] [ FAQ ]