Here is the link to the BS on Luke 13:10ff.
Download file
Copies of BS will be provided on Sunday during morning tea.
Here is the link to the BS on Luke 12-13:9.
Download file
This one has some notes.
Download file
Here is the link to the BS on Luke 13:10ff.
Download file
Copies of BS will be provided on Sunday during morning tea.
Here is the link to the BS on Luke 12-13:9.
Download file
This one has some notes.
Download file
“fputc” is a C function which writes an integer (32-bit data) to a file, which may have been opened as an ASCII or binary file.
There is one thing tricky with this function. When we want to write a byte 0×0A using this function, the actual byte written into the file varies depending on whether this file is opened as ASCII or binary.
If the file is opened as ASCII, writing “0A” will actually produce “0D0A”.
But if the file is opened as binary, the function doesn’t add the 0×0D.
I discover this when attempting to write ASCII characters and binary bytes in a same file. Opening the file as ASCII is definitely a mistake. It is safer to open the file as binary.
It is now 7 days before my graduation. The graduation is scheduled on the 27th April, in the afternoon.
Would this be my final quest in the university…after not-so-long 9.5 years?
The ceremony is also for the graduating students from electrical engineering. I think I will see lots of familiar faces there….students that I tutored in the last 4 years.