Posts by Thiago Yonamine • 46 points
1 post
-
3
votes1
answer4452
viewsA: What is the correct way to remove a vector element? C++
First remember to give a include #include <vector> 2- create your vector std::vector <int> nomeDoVector; (answering the first question, you can create vector of other things just change…