Programming Homework Help

CSIS 296 SDSU Array of Pointers in C Plus Plus Project

 

Description of the Program:

Write a C++ program to include an array that allocates space dynamically for entering integer values. You will create and use 2 functions.

1st function:

After you enter all the array values, you can pass the array to a function that sorts them in descending order.

2nd function:

You can use a function to find the lowest value in the array.

What to display:

Your program has to display the following:

  1. The descending order sorted list of the array values
  2. The lowest value in the array by using the correct headings

Pointers should be used as much as possible as you can for this program.

requirements creating the project

  1. Name the project as <Your Name><Assignment8>
  2. Name your “.cpp” source file as <Your Name><Assignment8> (same with the project)
  3. Enter valid data that is easy to follow and calculate for testing when you create the screen shot running the project
  4. The screen shot should show the whole run of the project with actual meaningful data (do not show the code only)
  5. Allow the user of the program to enter any data for testing the program
  6. Take a screen shot when you run the project
  7. Zip the project using the zipping instructions. This will create the file with the zip extension you will submit for this Assignment.

What you will submit for this Assignment

  1. The project zip file (follow the exact instructions how to zip the project)
  2. A screen shot(required) that shows the whole run of the project with actual meaningful data
  3. The source file you named as “<Your Name><Assignment8>.cpp” separately from the project zip file

You will upload the 3 files using “submit Assignments“:

  1. Project zip file (<Your Name><Assignment8>zip)
  2. Screen shot
  3. Source file of your program (<Your Name><Assignment8>.cpp”)