R
Richard L Rosenheim
I'm converting some routines from C to C#. The code involves having arrays
of bytes which are passed to a function as an array of longs. Well,
technically the C code has a pointer to an array of char which is passed to
the function which treats the pointer as a pointer to an array of longs.
I would appreciate if someone could direct me to an example, article, etc.
that discuss how to convert such code to C#.
TIA,
Richard Rosenheim
of bytes which are passed to a function as an array of longs. Well,
technically the C code has a pointer to an array of char which is passed to
the function which treats the pointer as a pointer to an array of longs.
I would appreciate if someone could direct me to an example, article, etc.
that discuss how to convert such code to C#.
TIA,
Richard Rosenheim