Project Detail

A Simple C++ program that utilizes a good design process  

A Simple C++ program that utilizes a good design process is project number 484049
posted at Freelancer.com. Click here to post your own project.

 

| More Free Trial For New Buyers
 

Status:

Selected Providers: azksoft

Budget: $30-250

Created: 08/06/2009 at 19:16 EDT

Bid Count: 9

Average Bid:
$ 43

08/16/2009 at 19:16 EDT

Project Creator: CMIS
Employer Rating: 1/101/101/101/101/101/101/101/101/101/10 (1 reviews)

Bid On This Project
 

Description

This project will be a simple, working C++ program that utilizes a good design process and incorporates sequential, selection and repetitive programming statements as well as at least one function call. You should design, create, and then compile and execute the program. Be sure that your code compiles and executes correctly before submitting it.
 
Project Objective:
• Use the process of stepwise refinement to construct programs
• Demonstrate and explain the execution of sequential, conditional, and iterative programming statements
• Create and use functions
• Create, compile, and execute simple programs written in a modern object-oriented language
• Critically analyze project design solutions
 
• Deliverables:
⁃ programming language to solve a specific problem or issue in computer and information science.  In this project you will create a simple, working C++ program that utilizes a good design process and incorporates sequential, selection and repetitive programming statements and functions. The overall purpose of the program is to allow users to input a list of positive numbers into an array, find the average of the numbers in the array and output the result.   You should design, create, and then compile, execute and test the program. Be sure that your code compiles and executes correctly before submitting it.


• Specific functional requirements for this project:

• The overall purpose of the program is to allow users to input a list of positive numbers into an array, find the average of the numbers in the array and output the results.
• Use a top-down modular approach and pseudocode to design a suitable solution.
• After you develop your solution, you should test your product using appropriate and comprehensive data.
• You should document your approach to solving the problem with detailed justification for the approach you selected. In this documentation you should discuss possible issues, strengths and weaknesses to your approach. Alternative approaches not selected, but considered, should be discussed in your documentation.
• Specific deliverables include the pseudocode, all project code and documentation.
•  
• Format:
• Approach documentation format and length:
• The documentation describing and reflecting on your design and approach should be written using Microsoft Word and be no more than 5 pages in length  and no less than 2 pages. The font size should be 12 point. The page margins should be 1 inch. The paragraphs should be with double line spacing. All figures, tables, equations and referenced should be properly labeled and formatted using APA style.
•  
• Attributes
• Value
• Project Design

• Project Functionality

• Test Data

• Approach documentation

• Approach documentation grammar and spelling

 I have attached an input/output array mpodule that you mau use freely for this project.  It accepts both positive and negative numbers, and ends input with CTRL Z

void inputmod (int values [], int &count)
/***************************************************************************
* *
* inputmod *
* *
* a general utility routine for prompting a user to enter numbers *
* into an array. The user indicates that all valuews have been *
* by entering an EOF (end of file) which is CTRL Z on an MS-DOS *
* operating system. After the user enters CTRL Z the routine *
* the data entered using outputmod *
* *
* parameters *
* values an integer array which is filled and returned *
* count a reference parameter that upon return contains *
* the number of values read * *
***************************************************************************/


{
count = 0;
do
cout << endl <<"Enter value " << count <<
endl << "CTRL Z to stop" << endl << ">> " ;
while (cin >> values [count++]);
count--;
cout << "INPUT ECHO" << endl << "count = "<< count << endl;
outputmod (values, count);
}


void outputmod (int values [], int count)
/***************************************************************************
* *
* outputmod *
* *
* a general utility routine that receives an integer array *
* and outputs it to the screen showing 5 values per line *
* *
* parameters *
* values an integer array which is to be output *
* count integer parameter with the number of values in the array *
* *
* variables i, j integer loop control variables *
* *
***************************************************************************/


{
int i, j;

for (i = 0; i < count; i += 5)
{
for (j = i; ((j < i+5) && j < count) ; j++)
cout << values [ j ]<< " ";
cout << endl;
} // for i
}

Messages Posted:0 View project clarification board Post message on project clarification board

Bid On This Project
 

If you are the project creator or one of the bidders Log In for more options

 

75

3 days

08-07-2009 06:59 EDT

Hello, I have completely read the project description and I'm 100% sure that I can cover all the aspects of the project requirement. I have done lot of C/C++ projects and all my customers are very happy with the quality of the work. I can deliver the same great service to you. Thanks.

help

 

50

3 days

08-07-2009 10:52 EDT

Dear Sir , Please Check The PM for detail Documentation....

help

 

30

1 day

08-07-2009 14:38 EDT

Hi, please check PMB. Thanks.

help

 

80

3 days

08-06-2009 23:55 EDT

Program in C++ and required documentation would be provided.

help

 

30

1 day

08-07-2009 08:52 EDT

I've already done it.Especially a great demo in C/C++ about "Evaluate any expression string you put in at runtime". I'm newbie and really want to get the first review. I'm a student too. And "Students know the way students think when they face with a problem." PM me. I will give you my demo program.

help

 

30

2 days

08-07-2009 04:16 EDT

(No Feedback Yet)

Hello, I have read the project description and I'm 100% sure that I can cover all the aspects of the project requirement quality of the work. I can deliver the same great service to you 20$ within 2 days Thanks.

help

 

30

1 day

08-07-2009 10:10 EDT

(No Feedback Yet)

We have hand on experience in designing & implementing C/C++ projects. Please see private message. Waiting for you feedback..

help

 

30

2 days

08-07-2009 10:35 EDT

(No Feedback Yet)

we are expert in c/c++,.net,php,ajax,css,java script. & also we are professional in web design,graphic design,photo shop,logo design, banner design. so I hope you will consider me to this project.

help

 

30

20 days

08-07-2009 10:45 EDT

(No Feedback Yet)

i am a software engineer and an expert in a and c++ . i am sure that i will be able to meet all the needs that the project demands and i will try my level best to deliver the project before my committed date

help


    Bid on this Project