User Tools

Site Tools


haas:fall2019:c4eng: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:fall2019:c4eng:projects:cci0 [2019/08/18 15:54] – [Submit Tool Usage] wedgehaas:fall2019:c4eng:projects:cci0 [2019/08/18 21:41] (current) wedge
Line 1: Line 1:
 <WRAP centeralign round box> <WRAP centeralign round box>
 <WRAP><color red><fs 200%>Corning Community College</fs></color></WRAP> <WRAP><color red><fs 200%>Corning Community College</fs></color></WRAP>
-<WRAP><fs 150%>CSCS1320 C/C++ Programming</fs></WRAP>+<WRAP><fs 150%>ENGR1050 for Engineers</fs></WRAP>
 </WRAP> </WRAP>
  
Line 74: Line 74:
 </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/cci0/** 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/c4eng/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/cci0$ gcc -o hello hello.c +lab46:~/src/c4eng/cci0$ gcc -o hello hello.c 
-lab46:~/src/cprog/cci0$ +lab46:~/src/c4eng/cci0$ 
 </cli> </cli>
  
Line 88: Line 88:
  
 <cli> <cli>
-lab46:~/src/cprog/cci0$ ./hello+lab46:~/src/c4eng/cci0$ ./hello
 Hello, World! Hello, World!
-lab46:~/src/cprog/cci0$ +lab46:~/src/c4eng/cci0$ 
 </cli> </cli>
  
 Once satisfied, be sure to submit the program as indicated below. Once satisfied, be sure to submit the program as indicated below.
 +
 =====Submission Criteria===== =====Submission Criteria=====
 To be successful in this project, the following criteria must be met: To be successful in this project, the following criteria must be met:
Line 119: Line 120:
     * preferred name/nickname     * preferred name/nickname
     * preferred e-mail address     * preferred e-mail address
 +    * program you are matriculated in
     * irc nick used in class chat (your username if unchanged)     * irc nick used in class chat (your username if unchanged)
     * other information I should know     * other information I should know
haas/fall2019/c4eng/projects/cci0.1566143669.txt.gz · Last modified: 2019/08/18 15:54 by wedge