Aracılığıyla paylaş


Derleyici Hatası C2012

'<' sonrasında eksik ad

Remarks

Yönergede #include gerekli dosya adı yok.

Example

Aşağıdaki örnek C2012 oluşturur:

// C2012.cpp
#include <   // C2012 include the filename to resolve

Possible resolution:

// C2012b.cpp
// compile with: /c
#include <stdio.h>