Programming I (c)
**Notice
- [10/2] Quiz
- [10/9] Hangeul Proclamation Day 한글날 (no class)
- [10/22] mid-term
Course Description
-
AEN22003 PROGRAMMING I is intended for students with no programming experience in C. It aims to provide students with an understanding of the computation can play in solving problems and to help students, regardless of their major. The class uses the C99 standard under
VisualStudio 2017. -
Syllabus [download]
Readings
- The textbook is
C 언어 for Beginner (3판) 우재남, 한빛아카데미, 2018ISBN: 9791156643951. The book and the course lectures parallel each other, though there is more detail in the book about some topics.
| SES# | TOPICS | READINGS |
|---|---|---|
| 1 | C 프로그래밍 개요 | Chapter 1, 2 |
| 2 | 프로그래밍 기본 원소 (변수 및 데이터 형식) | Chapter 3 |
| 3 | 연산자 이해 | Chapter 4 |
| 4 | 흐름제어: 조건문 | Chapter 5 |
| 5 | 흐름제어: 반복문 | Chapter 6, 7 |
| 6 | 함수 | Chapter 10 |
| 7 | 배열 | Chapter 8 |
| 8 | 배열과 포인터 | Chapter 9 |
| 9 | 전처리기 | Chapter 14.3 |
| 10 | 구조체 | Chapter 13 |
| 11 | 입출력 | Chapter 11 |
| 12 | 응용프로그램 | Chapter 15 |
Comments
Insert your custom comment provider like Disqus or Isso here.