G
Gravity
Hi,
I am very new to C#? How could I do a simple memcpy (in C/C++) in C#?
Example; I have a Byte[] Data = new Byte[500];
And I want to copy various things like int32, other bytes etc into various
section of the Data[]. How do I do that?
With C/C++ is rather simple, which is memcpy( ).
Thanks for readings and hope for some advices.
I am very new to C#? How could I do a simple memcpy (in C/C++) in C#?
Example; I have a Byte[] Data = new Byte[500];
And I want to copy various things like int32, other bytes etc into various
section of the Data[]. How do I do that?
With C/C++ is rather simple, which is memcpy( ).
Thanks for readings and hope for some advices.