|
|
|
|
|
by tialaramex
1115 days ago
|
|
But this isn't something the C++ language provides, which is hilarious. C++ keeps C's crap array type as its native array type. You need to reach into the C++ standard library to get this awkward library type, std::array<type,N> and then finally you get an array type that remembers how big it is and has some basic features like swap. |
|
Microsoft security team is on the record that just because they are adopting Rust, they won't shy away from C++.