Vector VS Array

  • vectors are

    • resizable (x,y)(x,y,z)
    • takes ram :(
  • Arrays are

    • fixed
    • in storage

Array

  • how to access the guys

    • you use array[x] where x is the array number line guy you want to eat
  • you can have array that pointers all over