| Office Hours | T/Th 11:00 -12:55PM and by appointments - Suite 2127 - 34 Peachtree Street |
| Phone: | 404-413-5743 |
| Email: | knguyen[at]cs.gsu.edu |
| Prerequisites | CSc2310 (Principles of Computer Programming I) |
| Textbooks | Richard P. Paul, "SPARC Architecture, Assembly Language Programming, and C" 2nd Edition, Prentice Hall, 2000 |
| TA | Barnali Chakrabarty |
| TA's email | barnchak [at] gmail.com |
Syllabus
Submission checklist
Unix Tutorial
Putty SSH client - NO installation
SSH client and SSH FTP
Assignment submission instructions:
Type the following instruction EXACTLY ONCE, including the dot (.) cp ~c32101/submit . Now, you can submit your assingment using the following command (where yourfile is the name of your submitting file and hw1 is the destination directory. The destination directoy will be changed to hw2 for assignment #2, hw3 for assignment #3, etc.) ./submit yourfile hw1 To submit MULTIPLE files, please use the following command ./submit yourfile1 yourfile2 yourfile3 hw1 If you're submitting your program late, please use the following command ./submit yourfile late/hw1 To submit MULTIPLE files, please use the following command ./submit yourfile1 yourfile2 yourfile3 late/hw1 Any deriviation from the above may result a zero score for your assignment.