Click here to Skip to main content
15,888,733 members
Everything / Requirements

Requirements

requirements

Great Reads

by Anton Stasevich
How to write software requirements for Enterprise systems to almost completely describe what should be implemented.
by Pete O'Hanlon
How to use interfaces to set up types so they have certain behaviors
by Ronnie Mukherjee
How can the Pareto principle help us to produce better software
by Olivia Glenn
Create meaningful version numbers that everyone - developers, testers, operations, managers, and even end-users - will find helpful

Latest Articles

by Pete O'Hanlon
How to use interfaces to set up types so they have certain behaviors
by Anton Stasevich
How to write software requirements for Enterprise systems to almost completely describe what should be implemented.
by Olivia Glenn
Create meaningful version numbers that everyone - developers, testers, operations, managers, and even end-users - will find helpful
by Ronnie Mukherjee
How can the Pareto principle help us to produce better software

All Articles

Sort by Score

Requirements 

5 May 2020 by Anton Stasevich
How to write software requirements for Enterprise systems to almost completely describe what should be implemented.
1 Nov 2021 by Pete O'Hanlon
How to use interfaces to set up types so they have certain behaviors
18 May 2017 by CHill60
Not really something that can be answered in a "quick" answers forum! You've mentioned "user stories" so I'm guessing it's an Agile environment - have a look at this An Agile Functional Specification - its-all-design.com[^] There's some more formal stuff on this site ... or this specific...
28 Jun 2018 by CPallini
Quote: I am not a pro at either C nor C++ . I was able to convet the basic protocols which are just a very small part of the code Then change processor. Seriously. Unless it is a very trivial code, you have to be proficient in both C++ and C in order to accomplish the task.
29 Sep 2014 by Ronnie Mukherjee
How can the Pareto principle help us to produce better software
21 Oct 2015 by Olivia Glenn
Create meaningful version numbers that everyone - developers, testers, operations, managers, and even end-users - will find helpful
28 Jun 2018 by Richard MacCutchan
Classes do not exist in C, so all the class methods must be put into inline functions. Class variables need to be declared wherever they are needed. Unless you are reasonably proficient at both languages this could be a difficult task. You could also try convert c to c - Google Search[^] as...
18 May 2017 by Brady Kelly
I suppose what I'm actually asking for is at best a template, then some suggestions of what areas I must specify. I have a business spec in terms of user stories together with additional validation rules etc. per story. I think my spec, which should be divided into front and back-end, for two...
28 Jun 2018 by Member 13890789
Hello all, I have this working code in C++,but I am working on a new prototype with basically same circuit but different processor, for which I need the program in C. I do have a API references and examples in C for the processor , but converting a program is definitely not included in it....