The Blipos Clock

Recall the Software Development Process from Chapter 2. We will be using relevant elements from this set of recommended activities. The complete source code is provided in Listing 6.8 and will be referenced throughout the discussion.

Software Specification:

The program must show the user how time keeping is performed on Blipos. We will not try to create a fully autonomic clock, merely construct a “clock” that can be set initially through appropriate commands and then adjusted by increments and decrements of 1 second or 50 seconds. After each adjustment, the new time of the clock will be shown onscreen in the form of: Sec: sss Min: mmmmm, where sss is an integer between 0 and 255 and mmmmm is an integer between –32768 and +32767. ...

Get C# Primer Plus now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.