This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
user:apardini:portfolio:cprogproject1 [2014/01/20 10:19] – external edit 127.0.0.1 | user:apardini:portfolio:cprogproject1 [2015/01/29 02:35] (current) – [Procedure] apardini | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ======Project: YOUR PROJECT NAME HERE====== | + | ======Project01 - Introduction project - Array manipulation====== |
- | A project for COURSENAME by YOUR NAME OR GROUPMEMBER NAMES during the SEMESTER YEAR. | + | Project began on January 21st, deadline set for January 28th. |
- | + | ||
- | This project was begun on DATE and is anticipated to take X AMOUNT OF TIME. (Upon completion you can correct this with the actual length). | + | |
=====Objectives===== | =====Objectives===== | ||
- | State the purpose of this project. What is the point of this project? What do we hope to accomplish by undertaking it? | + | The purpose of this project is to present a menu that produces various options for the user to access. These options produce links to input statements that obtain integers, display them and manipulate them. |
+ | |||
+ | | ||
=====Prerequisites===== | =====Prerequisites===== | ||
In order to successfully accomplish/ | In order to successfully accomplish/ | ||
- | * resource1 | + | * understanding of loops |
- | * resource2 | + | * The Switch, break case |
- | * resource3 | + | * Array types |
- | * experience1 | + | * good loop structure |
- | * experience2 | + | |
- | * etc. | + | |
=====Background===== | =====Background===== | ||
+ | |||
+ | This programs consists on an array and responds to various loop options. | ||
+ | |||
+ | Array - Holds multiple elements as a list of the same data type. | ||
+ | |||
State the idea or purpose of the project. What are you attempting to pursue? | State the idea or purpose of the project. What are you attempting to pursue? | ||
Line 38: | Line 42: | ||
=====Procedure===== | =====Procedure===== | ||
- | The actual steps taken to accomplish | + | |
+ | At first my capabilities were limited when approaching this project. After some time revising multiple books and examining a few online sources i was confident | ||
+ | |||
+ | This program uses multiple loops which meant revision on the, While...Do, If....Else statements was needed. | ||
+ | |||
+ | A problem that i faced forming the loop structure for the program was in relation to the Switch, Case statment. It took some time nesting loops properly without running into multiple syntax errors. | ||
+ | |||
+ | A problem i faced producing the case 3 & case 4 options of the menu was not having the right data for my 2nd nested loop. Example below. | ||
+ | |||
+ | for (c = 19; c >= temp; c-- ) This loop would not run and took me along time to figure out the problem | ||
+ | { eventually adding a greater then or equal to sorted out my problem i think. | ||
+ | |||
+ | | ||
+ | } | ||
+ | | ||
=====Code===== | =====Code===== | ||
Line 47: | Line 65: | ||
* hello.c - A sample " | * hello.c - A sample " | ||
| | ||
- | * written by NAME for COURSE | + | * written by Anthony Pardini |
* | * | ||
- | * compile with: | + | |
- | | + | |
- | * | + | |
- | * execute with: | + | |
- | | + | |
*/ | */ | ||
#include < | #include < | ||
+ | #include < | ||
int main() | int main() | ||
{ | { | ||
- | | + | int array[20]; |
- | | + | int temp, temp2, stdOut, |
+ | int flag = 1; | ||
+ | |||
+ | for ( c = 0 ; c < 20 ; c++ ) | ||
+ | { | ||
+ | array[c]=-1; | ||
+ | } | ||
+ | |||
+ | while(flag == 1) | ||
+ | { | ||
+ | |||
+ | |||
+ | |||
+ | printf(" | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | printf(" | ||
+ | scanf(" | ||
+ | switch (choice) | ||
+ | { | ||
+ | case (1): | ||
+ | for ( c = 0 ; c < 20 ; c++ ) | ||
+ | { | ||
+ | printf(" | ||
+ | scanf(" | ||
+ | if (array[c] == -1) | ||
+ | { | ||
+ | break; | ||
+ | } | ||
+ | } | ||
+ | break; | ||
+ | |||
+ | case (2): | ||
+ | printf(" | ||
+ | for ( c = 0 ; c < 20 ; c++ ) | ||
+ | { | ||
+ | printf(" | ||
+ | if (array[c] == -1) | ||
+ | { | ||
+ | break; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | break; | ||
+ | |||
+ | case (3): for ( c = 0 ; c < 20 ; c++ ) | ||
+ | { | ||
+ | printf(" | ||
+ | if (array[c] == -1) | ||
+ | { | ||
+ | break; | ||
+ | } | ||
+ | } | ||
+ | printf(" | ||
+ | scanf(" | ||
+ | printf(" | ||
+ | scanf(" | ||
+ | |||
+ | for (c = 19; c >= temp; c-- ) | ||
+ | { | ||
+ | |||
+ | | ||
+ | } | ||
+ | |||
+ | array[temp] = temp2; | ||
+ | |||
+ | |||
+ | break; | ||
+ | |||
+ | |||
+ | case (4): for ( c = 0 ; c < 20 ; c++ ) | ||
+ | { | ||
+ | printf(" | ||
+ | if (array[c] == -1) | ||
+ | { | ||
+ | break; | ||
+ | } | ||
+ | } | ||
+ | printf(" | ||
+ | scanf(" | ||
+ | printf(" | ||
+ | scanf(" | ||
+ | |||
+ | for (c = 19; c >= temp+1; c-- ) | ||
+ | { | ||
+ | printf(" | ||
+ | | ||
+ | } | ||
+ | |||
+ | array[temp+1] = temp2; | ||
+ | |||
+ | |||
+ | break; | ||
+ | |||
+ | |||
+ | case (5): | ||
+ | for ( c = 0 ; c < 20 ; c++ ) | ||
+ | { | ||
+ | printf(" | ||
+ | if (array[c] == -1) | ||
+ | { | ||
+ | break; | ||
+ | } | ||
+ | } | ||
+ | printf(" | ||
+ | scanf(" | ||
+ | |||
+ | stdOut=array[temp]; | ||
+ | |||
+ | for (c = temp; c < 20; c++ ) | ||
+ | { | ||
+ | |||
+ | | ||
+ | if (array[c] == -1) | ||
+ | { | ||
+ | break; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | printf(" | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | break; | ||
+ | |||
+ | case (6): for ( c = 0 ; c < 20 ; c++ ) | ||
+ | { | ||
+ | | ||
+ | } | ||
+ | |||
+ | break; | ||
+ | |||
+ | case (7): | ||
+ | flag = 0; | ||
+ | break; | ||
+ | |||
+ | |||
+ | |||
+ | } | ||
+ | } | ||
+ | |||
+ | return 0; | ||
} | } | ||
</ | </ | ||
Line 80: | Line 250: | ||
In performing this project, the following resources were referenced: | In performing this project, the following resources were referenced: | ||
- | * URL1 | + | * http:// |
- | * URL2 | + | * http:// |
- | * URL3 (provides useful information on topic) | + | |
- | * URL4 | + | |
Generally, state where you got informative and useful information to help you accomplish this project when you originally worked on it (from Google, other wiki documents on the Lab46 wiki, etc.) | Generally, state where you got informative and useful information to help you accomplish this project when you originally worked on it (from Google, other wiki documents on the Lab46 wiki, etc.) |