Hi, I can't find how to do this: void myfunc(int *a, int& b); My coding standard asks for pointers sticking to the variable but references sticking to the type. Am I missing something here or this feature does not exist? Is it possible to add it if it doesn't? Thanks, Damian