コンテンツにスキップ

検索結果

  • setlocale(LC_COLLATE, "JPN"); result = strcoll(s1, s2); if (result == 0) printf("s1とs2を\"JPN\"ロケールで比較すると、s1はs2と等しい。\n"); else if (result > 0) printf("s1とs2を\"JPN
    32キロバイト (4,628 語) - 2021年12月2日 (木) 23:41
  • #include <locale.h> int main(void) { char s[]="あ"; int l; setlocale(LC_ALL, "JPN");//ロケール(地域)を設定する。 l=mblen(s, 256); printf("%sのバイト数は%d。\n", s, l); } 形式 #include…
    48キロバイト (6,540 語) - 2023年11月24日 (金) 12:28
  • char buf[5000]; int size = 4000; wchar_t wbuf[1000]; setlocale(LC_ALL, "JPN"); // 受信 while (1) { rVal = recv(destSocket, buf, size, 0); if (rVal == 0…
    16キロバイト (2,635 語) - 2024年2月20日 (火) 06:36
  • ても「お助けボーイ」として幅広く活躍した。 8戦8勝。2度の大差勝ちで計61馬身を2着馬との差として記録した。また、母の父としても9頭のGIおよびJpnI優勝馬を輩出している。 国内産初、史上3頭目のクラシック三冠馬。天皇賞(秋)を加えGⅠ4勝という成績を残した。…
    9キロバイト (1,332 語) - 2023年10月2日 (月) 06:16