As the questions says, I want to create a dynamically allocated array in Ada. Something like C++ std::vector
ie., I don't want to store the length of the array in a separate variable like it is done here. As Ada supports generics, is it possible to create a std::vector
like functionality in Ada?
Asked
Active
Viewed 549 times
0

Community
- 1
- 1

unnamed_addr
- 1,217
- 2
- 12
- 14