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
haas:fall2017:cprog:projects:cci0 [2017/08/20 16:59] – [Personal/Per-User Lab46 Mercurial Repository] wedgehaas:fall2017:cprog:projects:cci0 [2017/08/20 17:00] (current) – [Program to Implement] wedge
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.1503248379.txt.gz · Last modified: 2017/08/20 16:59 by wedge