First option:сhar s[] = { 0x05, 0x06, 0xD1, 0xE0, 0xEC, 0xE0, 0xF0, 0xE0 };`
keeps code sequences. The total is 8 bytes.Second option:std::string s = "0x05, 0x06, 0xD1, 0xE0, 0xEC, 0xE0, 0xF0, 0xE0";
keeps the line in a clear-cut form. The total size is 47 Byte (if my calculator is not wrong). The second option would include:Dividing underground (coloured);Transfer from line to number, e.g. through http://www.cplusplus.com/reference/string/stoi/ ;Fill a new set of numbers.In general, the answer to the question is:How am I supposed to fill Char s[s] from the variable?Depends on how this "replaceable" is stored.If you just have to put the line in code, then write the codes, not the lines:std::string s = "\x05\x06\xD1\xE0\xEC\xE0\xF0\xE0";