إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
'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