Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

> 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.



Nice explanation!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: