Actions
Question #204
closed読み方をご教示ください
Description
急で申し訳ありません。
以下、動画撮影時の読み方についてご教示いただきたく。
⇒の先には私の認識を書いています。(?の部分は認識もない状態です)
ご確認をお願いします。
char⇒チャー
int⇒インテジャー
bool⇒ブール
threshold⇒?
stdbool.h⇒?
XOR⇒エクスオア
func⇒ファンクション
Updated by Kazuyoshi Kouno over 2 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 100
最適な読み方は状況によって変化する場合があります。
char- char型 → キャラクター型
- charなどの文字列 → シーエイチエーアールなどの文字列
- int型 → 整数型 or インテジャー型
- intや...などの文字列 → アイエヌティーや...などの文字列
- bool → ブール
- threshold → スレッシュホールド
- stdbool.h → スタンダードブールドットエイチ
- XOR → エクスクルーシブオア
- func関数 → ファンク関数
- func → ファンク
Updated by Kazuyoshi Kouno over 2 years ago
- Status changed from In Progress to Resolved
- Assignee changed from Kazuyoshi Kouno to Tomohiro Hori
Actions