- Dec 29, 2004
- 6,340
- 3
- 71
In C/C++ i use the variable naming convention where the first letter (or couple letters) are used to indicate the variable type. E.g., int iVarInt, iFoo; or double dVarFoo; I started doing this years ago and cant remember what its called. Anyone know? Grazie.