Version 6 (modified by niki, 16 years ago) (diff) |
---|
Analysis
Overview
The aim of this task is to create, save, open and close book files.
Task requirements
In the project has to work these operations :
- Create a book file
- Save a book file
- Open a book file
- Close a book file
The requirements are for all revisions of the task. For the present, is good to define all and make working one or two of them.
Task result
The result of this task is source code
Implementation idea
- define all operations
- You can see here BASE_PERSISTENCE_INTERMEDIATE_STORAGE? to understand the format of the book.
- Make "create a book file" and "save a book file" workable
Related
How to demo
Show in project all operations with book file - create, save, open and close.
Design
Implementation
(Implementation results should be described and linked here (from the wiki or the repository))
Testing
Comments
(Write comments for this or later revisions here.)