At 22.22 2012.10.05, you wrote: >On Friday, October 5, 2012, Electron wrote: > >> I second that A is the only logical one, because int* is actually a type= .. >> >> int* x, y; yelds non-intuitive results.. and it's not the only place whe= re >> the language does that. >> >> Cheers, >> Mario >> > >It also appears that in C++, the most common preference is type A (asteris= k >close to the type). Boost (peer reviewed C++ library) uses that form, and >if that's good enough for them, it's good enough for me. Yes, if the focus is the type, then the type is certainly "int*". The focus may be anything else one wishes, of course, but if I declare mult= iple variables at once by first saying what type they are, and then the names of= the variables, like: int* a, b, c, d; all of them oughta be of type "int*". Diclaimer: I have designed two programming languages (for my own use) and w= rote optimizing compilers for them (real languages, not toys), so my opinion may= be biased. Cheers, Mario --=20 http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist .