Search:

Type: Posts; User: Elysia

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    79,613

    Then what do you want? You have your array of...

    Then what do you want? You have your array of bytes (examples above).
  2. Replies
    9
    Views
    79,613

    Don't forget to delete that! A better approach:...

    Don't forget to delete that!
    A better approach:

    std::string str = "Hello World";
    std::vector<char> bytes(str.begin(), str.end());
Results 1 to 2 of 2