Ad
  • Default User Avatar

    If you have trouble passing binary encoding tests, make sure you are casting between types correctly. I found it useful to cast char to unsigned char before casting it into unsigned int. Good luck!