Y
Hacker News
new
|
ask
|
show
|
jobs
by
lossolo
3355 days ago
Using std::array is writing code C++ way. If you know size of the array compile time and you know it will fit the stack then there is no reason to use std::vector.