Name: Anonymous 2011-01-22 17:57
int* ptr;
int * ptr;
int *ptr;pick one;
int* ptr;
int * ptr;
int *ptr;int* ptr; Because * belongs to type, not to variable name. Also I am not a shitty faggot that declares vars like type v1, v2 instead of
type v1;
type v2;.