[C/C++] pragma 의 대략적인 설명과 그 어원.
pragma 의 의미를 action 으로 많이들 알고 계시는데, 인터넷에서 알아보니, 사전적인 의미는 "만능" 이었습니다. 어원설명 원문입니다. 아래를 참고하세요. A pragma (from the Greek word meaning action) is used to direct the actions of the compiler in particular ways, but has no effect on the semantics of a program (in general). Pragmas are used to control listing, to define an object configuration (for example, the size of memory), to control features of the..