C++ For Artists: The Art, Philosophy, And Science Of Object-Oriented Programming
|
| < Day Day Up > |
|
Learning Objectives
-
Apply the project approach strategy to help you systematically implement a program that satisfies the requirements of a given project specification
-
Iteratively apply the development cycle to help you implement your programming projects
-
List and describe the phases of the Project Approach Strategy
-
List and describe the steps of the software development cycle
-
List and describe the different development roles performed during the development cycle
-
Translate a project specification into a software design that can be implemented in C++
-
Implement a software design in C++ using a functional decomposition approach
-
List and describe the steps involved with functional decomposition
-
Describe how the development cycle can be employed in a tight spiral fashion
-
State the importance of compiling and testing early during the development process
|
| < Day Day Up > |
|