Archive: 2021/9

0

C++ Learning Journey Day1

Section 2: Essential Fundamentals How computer works? CPU have two parts, ALU(Arithmetic Logic Unit) and CU(Control Unit). A computer can perform arithmetic operations like +, -, *, / and logical o

0

Golang 快速學習自我挑戰 Day13

第十三章:Functions, Pointers 和 Addressability 學習 Function 的基礎 Function 用 func 這個 keyword,init 和 main 是特殊名字,不用在 Function 的名字使用它們。 一個 Function 可以有零到多個輸入參數,func sum(a int, b int) {} 和 func sum(a