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.
C++ で UDP 接続を介してデータのパケットを送信する必要があります。送信する必要がある最初のメッセージは、2 つの 32 ビット整数と 1 つの 64 ビット整数で構成されています。UDP 接続を介して送信できるように、複数の変数タイプを 1 つのデータ ブロックに結合する最善の方法は何ですか?