09-13-2012 03:59 AM
What does this error mean?
I have:
double *data=NULL;
double *pointer=NULL;
double *ini=NULL;
double array[10][10];
data=malloc(100*sizeof(double));
pointer=data;
ini=data;
ReadAnalog.......
array[1][1]=*pointer;
Error
09-14-2012 04:19 AM
Hi Leee,
can you please more specify the error you get?
Best regards,
09-14-2012 06:12 AM
Hi,
i have solved it already. Thanks anyway. But Is ist possible while writing a txt file to read it´´from it salmontaneously?=
09-14-2012 06:32 AM
Hi Leeee,
thank you for your post.
Usually, if you have configured your txt file that it is possible to read and write simultaneously it should work.
But you should have a look that for example, if you want to read from line 10 but it does not exist, you will of course get an error.
Best regards,