概要
プリプロセッサ定義
動作確認環境
—
詳細
プリプロセッサ定義いろいろ
1 2 |
#ifdef _DEBUG_ #endif |
1 2 3 4 5 |
#ifdef _DEBUG_ #else #endif |
1 2 3 |
#if defined(_DEBUG_) && defined(_DEBUG_AAA_) #endif |
[] c++ – Boolean in ifdef: is “#ifdef A && B” the same as “#if defined(A) && defined(B)”? – Stack Overflow
Just a moment...
コメント