Tuesday, January 27, 2009

Symbian Naming Conventions

Correct Symbian vaiable naming:
i-prefix for member variables
a-prefix for method parameters.
C-prefix for classes that should be constructed on the heap.
T-prefix for classes that can fit on the stack.
L-postfix for methods that can leave.

Thursday, January 15, 2009

Nokia's QT Every Where

stats counter