Documentation Home
>
C++ プログラミングガイド
>
第 3 章 プラグマ
>
プラグマ一覧
> #pragma ident
C++ プログラミングガイド
Previous
: #pragma fini
Next
: #pragma pack(n)
#pragma ident
#pragma ident
string
ident
を使用すると、実行可能ファイルの .comment 部に、
string
に指定した文字列を記述することができます。
Previous
: #pragma fini
Next
: #pragma pack(n)
© 2010, Oracle Corporation and/or its affiliates