Wednesday, February 11, 2009

Hall Pass w/ Photoshop

Your menu should have:
  • Buttons - Depart, Return, Clear, Log
  • Text Fields - Name, Destination, Time In, Time Out
  • Recent List - Holds 5 Entries

.

Monday, February 9, 2009

File I/O Questions

Answer the following questions concerning File I/O in a comment to this blog:

1. What library would be used to read data from a file?

2. What library would be used to write data to a file?

3. Write the line of code necessary to open a file.

4. What are the 4 File Open Modes?


.