User Profile
Collapse
-
Hi, Can anyone help me on above issue... -
How to pass System.Array of object to Unmanaged code?
Hi all,
I am stucked with a problem. I have to paas a System.Array of object to my unmanaged C code as a void*
I have a class of 'PointZ' which stores x, y,z coordinate and have some methods.I created an System.Array of million of points which contain these point information. I control the size of array on runtime while storing the data into it.
in c# here is my array declaration--
public static System.Array... -
How to Store millions of record in memory?
Hi,
I am developing an applicationi in c#.Net where i have to store million of Point(x,y,z) record in memory and display the points in screen. after that i have to do some processing on those points. Please suggest the best way to store the point records. I would appreciate any help.
Thanks.
Regards,
Vipin
No activity results to display
Show More
Leave a comment: