hey anybody here can help with a noob problem?
i would like to get a float** from a vector<float>. say there are 6 items in the vector and i want to split them into 2 buckets with each has 3, ending up with a float**
vector<float> v(6);
float* ps[2]{ v.data(), v.data() + 3 };
float** ans = ps;
Artöm
c
András
Hubert
Dima
klimi
cr0n0s
Volad Malevich
Pavel
01000001011011010100000101101110
Chernykh
Sidharth Kumar