หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
'error_text' : expected an OpenMP directive name
Remarks
The omp pragma must be followed by a directive.
Example
The following example generates C3001:
// C3001.c
// compile with: /openmp
int main()
{
#pragma omp // C3001 missing token
}