User Tools

Site Tools


haas:fall2017:cprog:projects:cci0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
haas:fall2017:cprog:projects:cci0 [2017/08/20 16:58] – [Journal Intro] wedgehaas:fall2017:cprog:projects:cci0 [2017/08/20 17:00] (current) – [Program to Implement] wedge
Line 56: Line 56:
 ====Personal/Per-User Lab46 Mercurial Repository==== ====Personal/Per-User Lab46 Mercurial Repository====
  
-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/common/repo|Lab46 mercurial repository]].+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/common/repo|Lab46 mercurial repository]].
  
 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, a different quantity of commits are being looked for.
  
 ====Program to Implement==== ====Program to Implement====
Line 82: Line 82:
 </code> </code>
  
-Your task will be to transcribe this code (sans line numbers), into a source file (call it **hello.c** for simplicity), within some subdirectory of your lab46 account (**~/src/cprog/** may be a good choice).+Your task will be to transcribe this code (sans line numbers), into a source file (call it **hello.c** for simplicity), within some subdirectory of your lab46 account (**~/src/cprog/cci0/** may be a good choice).
  
 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:~/src/cprog$ gcc -o hello hello.c +lab46:~/src/cprog/cci0$ gcc -o hello hello.c 
-lab46:~/src/cprog$ +lab46:~/src/cprog/cci0
 </cli> </cli>
  
Line 96: Line 96:
  
 <cli> <cli>
-lab46:~/src/cprog$ ./hello+lab46:~/src/cprog/cci0$ ./hello
 Hello, World! Hello, World!
-lab46:~/src/cprog$ +lab46:~/src/cprog/cci0
 </cli> </cli>
  
haas/fall2017/cprog/projects/cci0.1503248307.txt.gz · Last modified: 2017/08/20 16:58 by wedge