2011年1月23日 星期日

C Programming

.& : 取得變數的位址

.* : 指標所指向變數的內容

. a->b is just shorthand for (*a).b

.要產生 a b 的隨機數:
a + (rand() % (b-a+1))

沒有留言:

張貼留言