◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler error C2219 syntax error : type qualifier must be after '*' Either const or volatile appeared where a type or qualifier is not permitted, as in: int (const *p); // error -♦-