이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

THIS_FILE

Expands to the name of the file that is being compiled.

THIS_FILE

The information is used by the ASSERT and VERIFY macros. The Application Wizard and code wizards place the macro in source code files they create.


#ifdef _DEBUG
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

// __FILE__ is one of the six predefined ANSI C macros that the 
// compiler recognizes. 


Header: afx.h

이 정보가 도움이 되었습니까?
(1500자 남음)
커뮤니티 콘텐츠 추가