First page
Back
Continue
Last page
Summary
Graphics
Guidelines, notation
Hungarian Notation
[scope]+type+Name+[qualifier]
Scope
Global=g, local=none
Type
b=boolean
c=char
by=byte
i=int
l=long
d=double
str=String
Qualifier
First, Last, Min, Src etc.
Notes: