Examples
First C program
first.c
and
its log
C Basics
IO and switch (there is a problem)
Read text file
(
data.txt
)
Buffering (
1
,
2
,
3
)
GDB
gdb log
Makefile
Makefile log
Source codes:
test.c
,
myDiv.c
, and
Makefile
Another one:
using a header file
System calls (
all testing log files
)
fork (
1
,
2
,
3
)
signal system calls (
1
,
2
,
3
,
4
,
5
,
6
,
7
)
socket system calls (one
client
-
server
)