When I'm using pointers in my code, I don't always remember whether I'm dealing with pointers or the objects they point to. So, I want to call my pointers 'pointerToXYZ'. Do any of the official style guides (Links to official style guides) describe pointer naming conventions?
UPDATE: Ok, I've made this a more concrete question; hopefully it can get reopened. If the answer is a simple "no" then I'll take it.