Appendix B: ASCII Table

 < Day Day Up > 



Project Approach Strategy Checkoff List

Table Appendix A-1: Project Approach Strategy Checkoff List

Strategy Area

Explanation


______

Requirements

Determine and clarify exactly what purpose and features the finished project must have. Clarify your understanding of the requirements with your instructor if the project specification is not clear.The result of pursuing this strategy area should be a clear definition of what problem must be solved.


______

Problem Domain

Study the problem until you have a firm understanding of how to solve it. Optionally, express your understanding of the solution by writing a pseudocode algorithm that describes, step-by-step, how the problem can be solved.

The result of this strategy area should be a high-level solution statement that can be translated into a detailed application design.


______

Language Features

Make a list of all the language features you must understand and use to draft a competent design and later implement your design. As you study each language feature check it off your list. Doing so will give you a sense of progress.

The result of this strategy area should be a complete understanding of all C++ language features required to effect a good design and solve the problem.


______

Design (Plan)

Sketch out a rough application design. The design should address issues such as data structures, Input/Output, and how you plan to execute the problem solution you derived in the Problem Domain strategy area.

The result of this strategy area will be a clear understanding of what source code should be written.



 < Day Day Up > 



C++ for Artists. The Art, Philosophy, and Science of Object-Oriented Programming
C++ For Artists: The Art, Philosophy, And Science Of Object-Oriented Programming
ISBN: 1932504028
EAN: 2147483647
Year: 2003
Pages: 340
Authors: Rick Miller

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net