'<' 다음에 이름이 없습니다.
#include
지시문에 필요한 파일 이름이 없습니다.
다음 샘플에서는 C2012를 생성합니다.
// C2012.cpp
#include < // C2012 include the filename to resolve
해결 방법:
// C2012b.cpp
// compile with: /c
#include <stdio.h>
이 브라우저는 더 이상 지원되지 않습니다.
최신 기능, 보안 업데이트, 기술 지원을 이용하려면 Microsoft Edge로 업그레이드하세요.
'<' 다음에 이름이 없습니다.
#include
지시문에 필요한 파일 이름이 없습니다.
다음 샘플에서는 C2012를 생성합니다.
// C2012.cpp
#include < // C2012 include the filename to resolve
해결 방법:
// C2012b.cpp
// compile with: /c
#include <stdio.h>