Cのmallocを使ってもいいが,C++ではnew演算子を使う.

float* x = new float[n];

配列は,やっぱりFortranが便利.