1
edit
Changes
→Coding Style Rules: Version 4
d double
s C-style null terminated string OR a string object
p Pointers
Ex:
dWidth
sUserInput
pnNumOfSignals
Also for Classes, ALL Data Member should have a m_ prefixed to the name to show that it is a Data Member ( Instance Variables )