class A
{
public:
    A(int nBits = ((int)0x8) | ((int)0x4) | ((int)0x2));
};


syntax highlighted by Code2HTML, v. 0.9.1