I need to send a lot of sets of data over a network. These sets of data include two floats and an 16 character string. I thought about packing the bits together, but I would like to know the best way to do so. Any ideas?
CopyableCougar4
I need to send a lot of sets of data over a network. These sets of data include two floats and an 16 character string. I thought about packing the bits together, but I would like to know the best way to do so. Any ideas?
CopyableCougar4