CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2009
    Posts
    4

    How convert from vector to Byte array

    Hi,
    I have a vector which contains a Byte array how to extract the Byte array from this Vector....

  2. #2
    Join Date
    Feb 2008
    Posts
    966

    Re: How convert from vector to Byte array


  3. #3
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163

    Re: How convert from vector to Byte array

    Quote Originally Posted by perlWhite View Post
    Hi,
    I have a vector which contains a Byte array how to extract the Byte array from this Vector....
    Vector.toArray() ?

    If we really understand the problem, the answer will come out of it, because the answer is not separate from the problem...
    J. Krishnamurti
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured