Posts by Luiz Almeida • 1 point
1 post
-
-2
votes2
answers505
viewsA: Change the vector size during the course of the program?
If you are not limited to C, you can use the C++ vector library. It works dynamically as well as list, which is another option for solving this problem.