Delphi
PFixedInt = ^FixedInt;
C++
typedef int *PFixedInt;
Est un pointeur sur un FixedInt.
PFixedInt est un pointeur sur un FixedInt.