The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.
|
 |
|
Dev Shed Forums
> Programming Languages
> C Programming
|
Waterfall Method Analysis
Discuss Waterfall Method Analysis in the C Programming forum on Dev Shed. Waterfall Method Analysis C programming forum discussing all C derivatives, including C#, C++, Object-C, and even plain old vanilla C. These languages are low level languages, and used on projects such as device drivers, compilers, and even whole computer operating systems.
|
|
 |
|
|
|
|

Dev Shed Forums Sponsor:
|
|
|

November 22nd, 2012, 04:32 PM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 3
Time spent in forums: 8 m 54 sec
Reputation Power: 0
|
|
Waterfall Method Analysis
Hi guys, i'm currently doing C programming, and quite new to it..We've been asked to apply Waterfall Method model on 2 given topics, but weren't given any examples of how they are done, or an applied waterfall method on some other topic to see an example, since it;s our first time.. has anyone done this before like an essay or something for a given topic, i want to see an example if possible to get a general idea. Thanks
|

November 22nd, 2012, 09:26 PM
|
|
|
Us "Old School" code jockeys just call it Systems Analysis. But here is a link to an article on the methodology.
|

November 23rd, 2012, 06:12 AM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 3
Time spent in forums: 8 m 54 sec
Reputation Power: 0
|
|
|
ooow, quite helpful steps, thx!
|

November 23rd, 2012, 02:51 PM
|
 |
Contributing User
|
|
Join Date: Aug 2003
Location: UK
|
|
|
A waterfall methodology is simply one in which each development stage is completed for the entire system before progressing to the next stage.
The method has lost favour in recent years amongst software engineers where increasingly the preferred methods are more incremental and iterative. These often have similar stages to waterfall models, but rather than addressing the entire system and passing through each stage once, a small subset of the system functionality is developed through each stage, and the process is repeated for another subset until the entire system is developed. Such methods cope better with changes in requirements during development, and since in most projects such changes are inevitable waterfall approaches are most often inappropriate.
Last edited by clifford : November 24th, 2012 at 02:48 AM.
|

November 23rd, 2012, 07:14 PM
|
|
Registered User
|
|
Join Date: Nov 2012
Posts: 3
Time spent in forums: 8 m 54 sec
Reputation Power: 0
|
|
|
Thanks, quite detailed!
|
Developer Shed Advertisers and Affiliates
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|