Corning Community College ENGR1050 C for Engineers Assignments, Documents, Information, and Projects ======Projects====== | [[/haas/fall2023/c4eng/projects/pctX|pct0]] (bonus; due 20230823) | | [[/haas/fall2023/c4eng/projects/wcpX|wcp1]] (due 20230823) | | [[/haas/fall2023/c4eng/projects/abc0|abc0]] (due 20230830) | | [[/haas/fall2023/c4eng/projects/pctX|pct1]] (bonus; due 20230830) | | [[/haas/fall2023/c4eng/projects/pctX|pct2]] (due 20230830) | | [[/haas/fall2023/c4eng/projects/wcpX|wcp2]] (due 20230830) | | [[/haas/fall2023/c4eng/projects/gtf0|gtf0]] (due 20230906) | | [[/haas/fall2023/c4eng/projects/pctX|pct3]] (bonus; due 20230906) | | [[/haas/fall2023/c4eng/projects/wcpX|wcp3]] (due 20230906) | | [[/haas/fall2023/c4eng/projects/dtr0|dtr0]] (due 20230913) | | [[/haas/fall2023/c4eng/projects/pctX|pct4]] (due 20230913) | | [[/haas/fall2023/c4eng/projects/wcpX|wcp4]] (due 20230913) | | [[/haas/fall2023/c4eng/projects/pctX|pct5]] (bonus; due 20230920) | | [[/haas/fall2023/c4eng/projects/stl0|stl0]] (due 20230920) | | [[/haas/fall2023/c4eng/projects/wcpX|wcp5]] (due 20230920) | | [[/haas/fall2023/c4eng/projects/gfoX|gfo0]] (due 20230927) | | [[/haas/fall2023/c4eng/projects/pctX|pct6]] (due 20230927) | | [[/haas/fall2023/c4eng/projects/stl1|stl1]] (due 20230927) | | [[/haas/fall2023/c4eng/projects/wcpX|wcp6]] (due 20230927) | | [[/haas/fall2023/c4eng/projects/pctX|pct7]] (bonus; due 20231004) | | [[/haas/fall2023/c4eng/projects/ptb0|ptb0]] (due 20231004) | | [[/haas/fall2023/c4eng/projects/wcpX|wcp7]] (due 20231004) | | [[/haas/fall2023/c4eng/projects/pctX|bwp1]] (bonus; due 20231018) | | [[/haas/fall2023/c4eng/projects/pctX|pct8]] (due 20231018) | | [[/haas/fall2023/c4eng/projects/ptb1|ptb1]] (due 20231018) | | [[/haas/fall2023/c4eng/projects/wcpX|wcp8]] (due 20231018) | | [[/haas/fall2023/c4eng/projects/pctX|pct9]] (bonus; due 20231025) | | [[/haas/fall2023/c4eng/projects/ptb2|ptb2]] (due 20231025) | | [[/haas/fall2023/c4eng/projects/wcpX|wcp9]] (due 20231025) | | [[/haas/fall2023/c4eng/projects/eap0|eap0]] (due 20231101) | | [[/haas/fall2023/c4eng/projects/gfoX|gfo1]] (due 20231101) | | [[/haas/fall2023/c4eng/projects/pctX|pctA]] (due 20231101) | | [[/haas/fall2023/c4eng/projects/wcpX|wcpA]] (due 20231101) | | [[/haas/fall2023/c4eng/projects/pctX|pctB]] (bonus; due 20231108) | | [[/haas/fall2023/c4eng/projects/wcpX|wcpB]] (due 20231108) | | [[/haas/fall2023/c4eng/projects/eap1|eap1]] (due 20231109) | | [[/haas/fall2023/c4eng/projects/eap2|eap2]] (due 20231115) | | [[/haas/fall2023/c4eng/projects/pctX|pctC]] (due 20231115) | | [[/haas/fall2023/c4eng/projects/wcpX|wcpC]] (due 20231115) | | [[/haas/fall2023/c4eng/projects/pctX|bwp2]] (bonus; due 20231129) | | [[/haas/fall2023/c4eng/projects/pctX|pctD]] (bonus; due 20231129) | | [[/haas/fall2023/c4eng/projects/wcpX|wcpD]] (bonus; due 20231129) | | [[/haas/fall2023/c4eng/projects/gfoX|gfo2]] (due 20231206) | | [[/haas/fall2023/c4eng/projects/pctX|pctE]] (bonus; due 20231206) | | [[/haas/fall2023/c4eng/projects/wcpX|wcpE]] (bonus; due 20231206) | | @lightgreen:[[/haas/fall2023/c4eng/eoce/readme|EoCE]] (due 20231214) | ======Class Stats====== * [[/haas/fall2023/c4eng/projects/status|status]] ======URLs====== * [[https://www.tutorialspoint.com/cprogramming/|C Programming Tutorial]] * [[http://publications.gbdirect.co.uk/c_book/|The C Book, online C book]] * [[http://publications.gbdirect.co.uk/c_book/thecbook.pdf|PDF of above]] * [[/_media/haas/printf.pdf|printf PDF]] * [[https://www.cprogramming.com/tutorial/c-tutorial.html?inl=hp|C tutorial]] ======Week 1====== * Welcome! I've wrapped some initial activities into the **ntr0** and **pct1** projects, that I'd like you to perform by the given deadlines (by 11:59:59pm / 23:59:59 on posted day). * If you've never used a UNIX system before, I'd recommend reading **{{:haas:ufbm.pdf|UNIX for the Beginning Mage}}**; it is short, and likely one of the best reads you'll ever have. * Get familiar with how to log onto Lab46, and once on: * change to your **src/** subdirectory * create/edit .c files (such as **hello.c**), and learn how to save/exit * compile the C program (.c file(s)) into an executable with **gcc** * execute the compiled C program (the executable) by specifying a path: **./program_name**