Corning Community College ENGR1050 C for Engineers Assignments, Documents, Information, and Projects ======Projects====== | [[/haas/fall2022/c4eng/projects/wcpX|wcp1]] (due 20220824) | | [[/haas/fall2022/c4eng/projects/ntr0|ntr0]] (due 20220831) | | [[/haas/fall2022/c4eng/projects/pctX|pct1]] (bonus; due 20220831) | | [[/haas/fall2022/c4eng/projects/wcpX|wcp2]] (due 20220831) | | [[/haas/fall2022/c4eng/projects/dtr0|dtr0]] (due 20220907) | | [[/haas/fall2022/c4eng/projects/lob0|lob0]] (due 20220907) | | [[/haas/fall2022/c4eng/projects/pctX|pct2]] (due 20220907) | | [[/haas/fall2022/c4eng/projects/pctX|pct3]] (bonus; due 20220907) | | [[/haas/fall2022/c4eng/projects/wcpX|wcp3]] (due 20220907) | | [[/haas/fall2022/c4eng/projects/wcpX|wcp4]] (due 20220914) | | [[/haas/fall2022/c4eng/projects/pctX|pct4]] (due 20220915) | | [[/haas/fall2022/c4eng/projects/vcc0|vcc0]] (due 20220915) | | [[/haas/fall2022/c4eng/projects/vcc1|vcc1]] (due 20220921) | | [[/haas/fall2022/c4eng/projects/wcpX|wcp5]] (due 20220921) | | [[/haas/fall2022/c4eng/projects/pctX|pct5]] (bonus; due 20220922) | | [[/haas/fall2022/c4eng/projects/gfoX|gfo0]] (due 20220928) | | [[/haas/fall2022/c4eng/projects/vcc2|vcc2]] (due 20220928) | | [[/haas/fall2022/c4eng/projects/wcpX|wcp6]] (due 20220928) | | [[/haas/fall2022/c4eng/projects/pctX|pct6]] (due 20220929) | | [[/haas/fall2022/c4eng/projects/pctX|pct7]] (bonus; due 20221005) | | [[/haas/fall2022/c4eng/projects/sss0|sss0]] (due 20221005) | | [[/haas/fall2022/c4eng/projects/wcpX|wcp7]] (due 20221005) | | [[/haas/fall2022/c4eng/projects/pctX|bwp1]] (bonus; due 20221019) | | [[/haas/fall2022/c4eng/projects/pctX|pct8]] (due 20221019) | | [[/haas/fall2022/c4eng/projects/wcpX|wcp8]] (due 20221019) | | [[/haas/fall2022/c4eng/projects/pctX|pct9]] (bonus; due 20221026) | | [[/haas/fall2022/c4eng/projects/wcpX|wcp9]] (due 20221026) | | [[/haas/fall2022/c4eng/projects/sss1|sss1]] (due 20221028) | | [[/haas/fall2022/c4eng/projects/pctX|pctA]] (due 20221102) | | [[/haas/fall2022/c4eng/projects/sss2|sss2]] (due 20221102) | | [[/haas/fall2022/c4eng/projects/wcpX|wcpA]] (due 20221102) | | [[/haas/fall2022/c4eng/projects/gfoX|gfo1]] (due 20221103) | | [[/haas/fall2022/c4eng/projects/pctX|pctB]] (bonus; due 20221109) | | [[/haas/fall2022/c4eng/projects/wcpX|wcpB]] (due 20221109) | | [[/haas/fall2022/c4eng/projects/fso0|fso0]] (due 20221110) | | [[/haas/fall2022/c4eng/projects/pctX|pctC]] (due 20221116) | | [[/haas/fall2022/c4eng/projects/wcpX|wcpC]] (due 20221116) | | [[/haas/fall2022/c4eng/projects/fso1|fso1]] (due 20221117) | | [[/haas/fall2022/c4eng/projects/pctX|bwp2]] (bonus; due 20221201) | | [[/haas/fall2022/c4eng/projects/fso2|fso2]] (due 20221201) | | [[/haas/fall2022/c4eng/projects/pctX|pctD]] (bonus; due 20221201) | | [[/haas/fall2022/c4eng/projects/wcpX|wcpD]] (bonus; due 20221201) | | [[/haas/fall2022/c4eng/projects/pctX|pctE]] (bonus; due 20221207) | | [[/haas/fall2022/c4eng/projects/wcpX|wcpE]] (bonus; due 20221207) | | [[/haas/fall2022/c4eng/projects/gfoX|gfo2]] (due 20221208) | | @lightgreen:[[/haas/fall2022/c4eng/eoce/readme|EoCE]] (due 20221219) | ======Class Stats====== * [[/haas/fall2022/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**