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.
Unicodeバージョンの文字列を比較するためにstrcmpまたは_tcscmpを使用することをお勧めしますか?
_tcscmp()マクロです。定義UNICODEした場合は を使用しwcscmp()、そうでない場合は を使用しますstrcmp()。
_tcscmp()
UNICODE
wcscmp()
strcmp()
タイプTCHAR、PTSTRなどは類似していることに注意してください。を定義すると and になり、それ以外の場合はWCHARandになります。PWSTRUNICODECHARPSTR
TCHAR
PTSTR
WCHAR
PWSTR
CHAR
PSTR
いいえ、_ を使用する必要がありますtcscmp。コンパイラフラグに応じて、適切な機能に解決されます。
tcscmp