arrays

  1. D

    Can the read speed in Raid 1 arrays be doubled?

    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...
  2. A

    What does this C++ code mean? (newbie dynamic memory, arrays question)?

    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...
  3. A

    What does this C++ code mean? (newbie dynamic memory, arrays question)?

    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...
  4. U

    2 newbie questions regarding JavaScript Arrays?

    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...
  5. D

    need help with java arrays! NEED HELP PLZ! java newbie thank you for your help?

    /** * */ import java.util.Scanner; /** * @author dexter dawn * */ import java.text.DecimalFormat; public class PizzaMain { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub String input; char entry; double pizzaprice; double cokeprice...
Back
Top