Thread: Software design & development process?

  1. #1
    Registered User
    Join Date
    Jun 2010
    Posts
    18

    Software design & development process?

    Hi All,

    Is there any tool/software to do designing of a large software(which involve multiple modules & submodules) development? Its purpose should be to interlink all the modules of the software & timeline them.

    Thanks

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Yes, there's an excellent tool for that purpose... The human brain.

    Time to put your thinking cap on...

  3. #3
    Registered User claudiu's Avatar
    Join Date
    Feb 2010
    Location
    London, United Kingdom
    Posts
    2,094
    There are numerous development methodologies and software development lifecycles in software engineering that can be applied to a particular task. Most of them have some sort of tool or set of tools to help along with this process. Choosing the right one for you though implies a thorough understanding of the task at hand so there is no universal solution.
    1. Get rid of gets(). Never ever ever use it again. Replace it with fgets() and use that instead.
    2. Get rid of void main and replace it with int main(void) and return 0 at the end of the function.
    3. Get rid of conio.h and other antiquated DOS crap headers.
    4. Don't cast the return value of malloc, even if you always always always make sure that stdlib.h is included.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Software Development ideas!!
    By gaurav_13191 in forum Tech Board
    Replies: 2
    Last Post: 01-29-2011, 11:19 AM
  2. Embedded Software development
    By sumit_gautam in forum C Programming
    Replies: 0
    Last Post: 02-16-2005, 04:58 AM
  3. software development approach...
    By dkt in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 10-16-2001, 09:15 PM