top | item 45534192

(no title)

sgsjchs | 4 months ago

> I still don't understand this decision.

Variable declaration `T v;` means "declare `v` such that expression `v` has type `T`". Variable declaration `T *p` means declare `p` such that the expression `*p` has type `T`". etc.

discuss

order

kopirgan|4 months ago

Nice explanation!