This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:fall2020:cprog:projects [2020/08/29 11:38] – wedge | haas:fall2020:cprog:projects [2021/01/22 17:11] (current) – [Week 1] wedge | ||
---|---|---|---|
Line 13: | Line 13: | ||
| [[/ | | [[/ | ||
| [[/ | | [[/ | ||
- | | | + | | [[/ |
- | | | + | | [[/ |
- | | | + | | [[/ |
| [[/ | | [[/ | ||
| [[/ | | [[/ | ||
Line 22: | Line 22: | ||
| [[/ | | [[/ | ||
| [[/ | | [[/ | ||
- | + | | [[/ | |
- | still to process: | + | | [[/ |
- | + | | [[/ | |
- | | [[/ | + | | [[/ |
- | | [[/ | + | | [[/ |
- | | [[/ | + | | [[/ |
- | | [[/ | + | | [[/ |
- | | [[/ | + | | [[/ |
- | | [[/ | + | | [[/ |
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | [[/ | ||
+ | | @lightgreen: | ||
+ | | @lightgreen: | ||
+ | | @lightgreen: | ||
======Class Stats====== | ======Class Stats====== | ||
Line 38: | Line 55: | ||
======URLs====== | ======URLs====== | ||
+ | * [[https:// | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
+ | * [[/ | ||
+ | * [[https:// | ||
======Week 1====== | ======Week 1====== | ||
* Welcome! I've wrapped some initial activities into the **cci0** project, that I'd like you to perform by the given deadlines (by 11:59:59pm / 23:59:59 on posted day). | * Welcome! I've wrapped some initial activities into the **cci0** project, that I'd like you to perform by the given deadlines (by 11:59:59pm / 23:59:59 on posted day). | ||
* If you've never used a UNIX system before, I'd recommend reading **{{: | * If you've never used a UNIX system before, I'd recommend reading **{{: | ||
- | * Get familiar with how to log onto Lab46, and once on: | + | * Get familiar with how to log onto Lab46 and your raspberry pi system, and once on: |
- | * change to your **src/** subdirectory | + | * make sure you have cloned your lab46 semester repository |
+ | * change to your **src/spring2021/** subdirectory | ||
+ | * create a **cprog** subdirectory therein to store your project-related data | ||
+ | * under **src/ | ||
+ | * change into that directory and perform the **ntr0** project, ensuring any files generated are located here | ||
+ | * be sure to add/ | ||
* create/edit .c files (such as **hello.c**), | * create/edit .c files (such as **hello.c**), | ||
* compile the C program (.c file(s)) into an executable with **gcc** | * compile the C program (.c file(s)) into an executable with **gcc** | ||
* execute the compiled C program (the executable) by specifying a path: **./ | * execute the compiled C program (the executable) by specifying a path: **./ | ||
- | * I've also early released next week's project this week (a pattern I hope to maintain), should people really like to get a leg up on things (**fwf0**). | ||