 | System SW Practice I (C Programming) |
Overview
- [SSE2032-41] Programming practice with C language
- Classes: Thu 18:00-21:45
- Location: on/off-line
- Instructor: Hwansoo Han
- T.A.: TBA
Text Books and References
- A Book on C: programming in C (4th Ed.), Al Kelley, Ira. Pohl, Addison-Wesley 1998
- The C programming Language (2nd Ed.), Brian Kernighan and Dennis Ritchie, Prentice hall, 1988
- C tutorials - #0, #1, #2
- C++ tutorials - #1, #2
- Linux commands & vi tutorial for beginners
- GDB tutorial, another tutorial
Supplements
INSTALL Ubuntu
THEN
Lecture Schedule
** Lecture slides are now provided in iCampus!!!
| Weeks | Topics | Slides |
| 1st | Introduction | |
| 2nd | Loops | |
| 3rd | Recursion | |
| 4th | Pointer | |
| 5th | Array | [PA#1] |
| 6th | Structure | |
| 7th | I/O | |
| 8th | Debugging | [PA#2] |
| 9th | List | |
| 10th | Tree | |
| 11th | List & Hash | [Term Project] |
| 12th | Storage Classes | |
| 13th | Makefile | |
| 14th | Stack & Queue | |
| 15th | Term Project Presentation | |
Programming Assignments
- Assignment #1
- Assignment #2
- Assignment #3 [Term Project]