I understand rather basically what a raid array is, raid 1 being when you mirror one drive(s) onto an other(s).
Since you then have two copies of all the files is there any way that a raid 1 arrays read speed can be doubled? Or is it already done in Raid 1?
Is there a raid array that may have 1...
Hi everyone:
I'm a C++ newbie and would really appreciate some help with this code snippet. Can anyone describe what is going on?
I think that an array is being created, but I don't understand how this works with double pointers.
double **m;
m = new double *[n];
Thanks a lot for any help...
Hi everyone:
I'm a C++ newbie and would really appreciate some help with this code snippet. Can anyone describe what is going on?
I think that an array is being created, but I don't understand how this works with double pointers.
double **m;
m = new double *[n];
Thanks a lot for any help...
First Question -- I am running through a 2 dimensional array, and in the array I am adding an image to img sources in the body based on whether the array reads as true or false.
My question is concerning an example I found that runs through the row and column to check whether it is true or...