![]() |
От: |
overt
|
|
Дата: | 22.06.08 07:50 | ||
Оценка: |
#include <stdio.h>
void main( )
{
FILE* fp = fopen("test.txt", "w");
//printf("%d", ::fflush(fp)); // - нормально
printf("%d", ::feof(fp)); // - ругается
}
error C2059: syntax error : '::'
error C2589: '(' : illegal token on right side of '::'