This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
haas:fall2017:cprog:projects:cci0 [2017/01/17 10:38] – external edit 127.0.0.1 | haas:fall2017:cprog:projects:cci0 [2017/08/20 17:00] (current) – [Program to Implement] wedge | ||
---|---|---|---|
Line 33: | Line 33: | ||
* create your first week content | * create your first week content | ||
- | **NOTE:** Week 1 journal entry will be due before | + | **NOTE:** Week 1 journal entry will be due before |
====Mailing List==== | ====Mailing List==== | ||
Line 56: | Line 56: | ||
====Personal/ | ====Personal/ | ||
- | To both aid you and help you develop better development skills, I'd like for you to make regular commits and pushes to your [[/haas/spring2017/ | + | To both aid you and help you develop better development skills, I'd like for you to make regular commits and pushes to your [[/haas/fall2017/ |
This way, you can have a regular snapshot of your work as you go along, plus have the ability to grab an older copy should something go wrong. | This way, you can have a regular snapshot of your work as you go along, plus have the ability to grab an older copy should something go wrong. | ||
- | Like the Journal, I will be looking for a minimal amount of repository-related activity PER WEEK (for example, I will be looking for AT LEAST 1 commit in relation to your program for week 1). | + | Like the Journal, I will be looking for a minimal amount of repository-related activity PER WEEK (for example, I will be looking for AT LEAST 1 commit in relation to your program for week 1). Note that for participation, |
====Program to Implement==== | ====Program to Implement==== | ||
Line 82: | Line 82: | ||
</ | </ | ||
- | Your task will be to transcribe this code (sans line numbers), into a source file (call it **hello.c** for simplicity), | + | Your task will be to transcribe this code (sans line numbers), into a source file (call it **hello.c** for simplicity), |
Verify you typed in everything correctly by compiling it; you want no warnings or errors: | Verify you typed in everything correctly by compiling it; you want no warnings or errors: | ||
<cli> | <cli> | ||
- | lab46: | + | lab46: |
- | lab46: | + | lab46: |
</ | </ | ||
Line 96: | Line 96: | ||
<cli> | <cli> | ||
- | lab46: | + | lab46: |
Hello, World! | Hello, World! | ||
- | lab46: | + | lab46: |
</ | </ | ||