void Function()
{
//myCode
}I couldn't live without lined-up braces.


int *myPointer;
For the obvious reason, to minimize the confusion over what's a pointer and what's not.

if...