Comment by tom_
7 hours ago
I split the difference and write it "int*w".
(Most style guides tell you to declare one name per line anyway...)
7 hours ago
I split the difference and write it "int*w".
(Most style guides tell you to declare one name per line anyway...)
I have seen `int * w` in the real world.
I'm sad now.