Software Developement Life Cycle
In order to develope a software, we need to follow several steps for better achievment.
We should have proper documentation for each phase for future changes.
Program Life Cycle Developement:
- Analyze: Define the problem and all user's requirements
- Design: Plan the solution to the problem
- Planning:
- Algorithm
- Flowchart
- Pseudocode
- Coding: Translate the algorithm into a programming language like C++
- Test and debug: To locate and remove any errors
- Maintenance: Upgrade and modification
To learn how to write a program, you can go to visual c++ 6.0
back to home page