D
DBC User
Hi Sharpies,
I have a C program I am converting it into C#. Everything is fine
except this process creates a 6K byte binary file. This file initially
filled with 6K null and then start populating only the fields with
value in specified locations(3 seperate structures). The way the C does
is by creating a structures, which will be filled with null initially.
Then selectivly populating only the fields with values and only up to
the length of the string. The biggest structure is 2K in size.
What is the best approach to do this in c#?
I have a C program I am converting it into C#. Everything is fine
except this process creates a 6K byte binary file. This file initially
filled with 6K null and then start populating only the fields with
value in specified locations(3 seperate structures). The way the C does
is by creating a structures, which will be filled with null initially.
Then selectivly populating only the fields with values and only up to
the length of the string. The biggest structure is 2K in size.
What is the best approach to do this in c#?