溫度日記
Hearty Journal

12月 28日的日記
The rule of thumb is to always declare variables to be local unless there is a good reason to do otherwise. When you write a program that calls a procedure or a function, the computer allocates storage on a stack. The policy for storage and retrieval is last in,first out. The collection of all the items pushed onto the run-time stack is called a stack frame or activation record.

溫度日記 Hearty Journal