Search results for query: *

  1. C

    Character Encoding

    Hello I am reading a byte stream from the network in UTF16 LE encoding. The byte stream has two bytes for each letter and looks like this: 65 00 66 00 67 00 68 00 ... ABCD ... The whole byte array stream is broken up into three distinct parts separated by a space: 65 00 66 00 67 00 32 00 65...
  2. C

    Dictionary, Mutithreading, Resource Locking General Question (Long)

    I have a rather long question regarding the fastest and most accurate way to implement a solution to the following problem (I’ll explain my attempted solution below): I cannot describe the actual data (for business security reasons) so I will use an accurate example. Let’s say that an auto...
Back
Top