Skip to content

Commit de0f7a2

Browse files
committed
Add the outline of Chapter 4
1 parent 9e947f4 commit de0f7a2

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

README.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,7 @@ Course 'CS205 C/C++ Program Design' in 2021 Fall at Southern University of Scien
1010

1111
## [Chapter 3: Loops and Branching Statements](week03/README.md)
1212

13-
## Chapter 4: Data Structures
14-
15-
### Arrays (be careful of out of range)
16-
17-
### Array-style strings
18-
19-
### Structures
20-
21-
### Unions
22-
23-
### Enumerations
24-
25-
### Lab:
26-
27-
* create an array and the element is of a structure
28-
* cmake (automatically generate a Makefile according to the environment).
13+
## [Chapter 4: Data Structures](week04/README.md)
2914

3015
## Chapter 5: Input and Output
3116

week04/Lecture04.pptx

149 KB
Binary file not shown.

week04/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Chapter 4: Data Structures
2+
3+
## Arrays (be careful of out of range)
4+
5+
## Array-style strings
6+
7+
## Structures
8+
9+
## Unions
10+
11+
## Enumerations
12+
13+
## Lab:
14+
15+
* create an array and the element is of a structure
16+
* cmake (automatically generate a Makefile according to the environment).

0 commit comments

Comments
 (0)