הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
return type of 'function' should be 'int' instead of 'type'
Remarks
A function does not have the return type that was expected by the compiler.
Example
The following example generates C3874:
// C3874b.cpp
double main()
{ // C3874
}