Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
#define TEST
ソースファイルで TEST を空の文字列にする方法は?
空のテキスト マクロがソース ファイル全体に伝播される問題は、正常なものとして認識されるべきですか? ワイド文字を使用した Windows プログラミングなどの特定の場合
#define EMPTY_TEXT L""
また
#define EMPTY_TEXT _T("")
#define EMPTY_TEXT TEXT("")
空の C 文字列だけが必要な場合:
#define TEST ""