VD
Size: a a a
VD
VD
А
J
VD
std::vector<float> vec(10, 0.0f):
J
std::vector<float> vec(10, 0.0f):
VD
float* f = new float[10];
std::fill(f, f+10, 0.0f);
VD
J
float* f = new float[10];
std::fill(f, f+10, 0.0f);
TL
float* f = new float[10];
std::fill(f, f+10, 0.0f);
O
VD
O
q
YB
q
A
I
JC
JC