0

c++ で 2 つの unsigned char を 1 つの unsigned short にマージするにはどうすればよいですか? 配列の最上位バイトは array[0] に含まれ、最下位バイトは array[1] にあります。(ビッグエンディアン)

4

2 に答える 2