Tagged Questions
3
votes
4answers
970 views
What is the fastest way to copy my array?
I'm doing some Wave file handling and have them read from disk into an array of bytes. I want to quickly copy portions from this byte array into another buffer for intermediate processing. Currently ...