This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:fall2017:cprog:projects:cci0 [2017/08/20 16:58] – [Journal Intro] wedge | haas:fall2017:cprog:projects:cci0 [2017/08/20 17:00] (current) – [Program to Implement] wedge | ||
---|---|---|---|
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: |
</ | </ | ||