#if !defined(THEPARA) // THEPARA 가 #define 되어있지 않다면,
#error THEPARA define needed // 컴파일시 이 문구가 표현되고 컴파일 종료됨.
#endif
첫등록 : 2019년 10월 22일
최종수정 :
본 글 단축주소 : https://igotit.tistory.com/2349
'VisualStudio.C++.C# > C . C++' 카테고리의 다른 글
C/C++. 메모리 스택, 힙,지역변수, 동적 메모리 할당. stack, heap, new, delete (0) | 2019.12.28 |
---|---|
C/C++. 구조체 메모리 동적 할당. malloc , free (0) | 2019.12.28 |
C/C++. #define. #, ## 등 (0) | 2019.10.22 |
C/C++. const int * , int const *, int * const, int * const const (0) | 2019.10.21 |
C,C++. enum (0) | 2019.05.16 |
댓글