Note: This question is about the position of the asterisk (*).
*
In most C code I see (e.g., in Beej\'s guide to network programming), all variable declar
I don't think you are correct about your distinction,
There's C++ code in the T * style.
T *
There's C code in the T* style.
T*
I think it's just a matter of personal preference of the project participants.