This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
user:acrowle1:portfolio:cprogproject1 [2014/02/02 18:39] – [Scope] acrowle1 | user:acrowle1:portfolio:cprogproject1 [2014/02/02 19:30] (current) – [Attributes] acrowle1 | ||
---|---|---|---|
Line 6: | Line 6: | ||
=====Objectives===== | =====Objectives===== | ||
- | The purpose of this project was to familiarize us with both the C programming language as well as the Unix/Linux environment. | + | The purpose of this project was to familiarize us with both the C programming language as well as the Unix/Linux environment. |
Line 29: | Line 29: | ||
State and justify the attributes you'd like to receive upon successful approval and completion of this project. | State and justify the attributes you'd like to receive upon successful approval and completion of this project. | ||
- | * attribute1: | + | * attribute1: |
- | * attribute2: | + | * attribute2: |
- | * etc... | + | * |
=====Procedure===== | =====Procedure===== | ||
Line 39: | Line 39: | ||
Upon completion of the project, if there is an applicable collection of created code, place a copy of your finished code within < | Upon completion of the project, if there is an applicable collection of created code, place a copy of your finished code within < | ||
- | <code c> | + | <nano helloM-D.c> |
- | /* | + | /*Hello.c A first C Program |
- | * hello.c - A sample " | + | |
- | * | + | |
- | * written by NAME for COURSE on DATE | + | |
- | * | + | |
- | * compile with: | + | |
- | | + | |
- | * | + | |
- | * execute with: | + | |
- | | + | |
- | */ | + | |
- | #include < | + | written by Alana Whittier for CSCS1320S14 on January 23, 2014 |
+ | */ | ||
+ | |||
+ | #include < | ||
int main() | int main() | ||
- | { | + | |
- | printf(" | + | { printf(" |
- | return(0); | + | return (0) |
} | } | ||
+ | |||
+ | |||
+ | |||
</ | </ | ||
=====Execution===== | =====Execution===== | ||
- | Again, if there is associated code with the project, and you haven' | + | |
<cli> | <cli> | ||
- | lab46: | + | lab46: |
Hello, World! | Hello, World! | ||
- | lab46: | + | lab46: |
+ | |||
+ | |||
</ | </ | ||
=====Reflection===== | =====Reflection===== | ||
- | Comments/ | + | When I consider this project, |
+ | |||
=====References===== | =====References===== |