in reply to Re^4: Pointers and References
in thread Pointers and References

I use a simple convention: local variables have names in all_lowercase, global variables have names with an Initial_capital, and constants or quasi-constants have names that are ALL_UPPERCASE.