詞語:ifndef
ifndef的解釋
ifndefn. 如果未定義
ifndef的意思
ifndef 如果未定義;
ifndef的參考例句
1.To guarantee that the header is processed only once in a given source file, we start by testing the #ifndef. 為了保證頭文件在給定的源文件中只處理過一次,我們首先檢測#ifndef。
2.That way, if the file we are compiling happens to include this header a second time, the #ifndef directive will discover that SALESITEM_H is defined and skip the rest of the header file. 那樣的話,如果我們編譯的文件恰好又一次包含了該頭文件。#ifndef指示會發現SALESITEM_H已經定義,並且忽略該頭文件的剩餘部分。