coding style: type* variable or type *varible

Robert Dewar dewar@adacore.com
Wed Sep 14 10:18:00 GMT 2005


Dave Korn wrote:

> char* a, b, c;

clearly we cannot allow this confusing notation, indeed this is a
strong argument for

   char *a;

which is really more in C style anyway I think.



More information about the Gcc mailing list