Hacker News new | ask | show | jobs
by thelema314 5297 days ago
> - Use std::vector instead of C Array

What about std::array?

1 comments

It will work with std::array.