Ambil perhatian
Akses ke halaman ini memerlukan kebenaran. Anda boleh cuba log masuk atau menukar direktori.
Akses ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
'keyword' keyword is not permitted in formal parameter type specifier
Remarks
The keyword is invalid in this context.
Example
The following example generates C2735:
// C2735.cpp
// compile with: /c
void func(virtual int) {} // C2735