You would think so, but int* a, b
is actually eqivalent to int* a; int b
, so the asterisk actually does go with the name. Writing int* a, *b
is inconsistent, so int *a, *b
is the way to go.
You would think so, but int* a, b
is actually eqivalent to int* a; int b
, so the asterisk actually does go with the name. Writing int* a, *b
is inconsistent, so int *a, *b
is the way to go.
Pgp does not encrypt the whole email, only part of it.