SimpleFloatArray::SimpleFloatArray (int s, float v) { n = s; try { p = new float[n]; } catch (std::bad_alloc) { n = 0; throw; } for (int i=0; i=0 && i