Advertisement
neongm

Untitled

Nov 7th, 2020
2,210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.16 KB | None | 0 0
  1. void update() {
  2.             listBox2->Items->Clear();
  3.             for (size_t i = 0; i < vec.size(); i++)
  4.                 listBox2->Items->Insert(listBox2->Items->Count, cs(s(vec.at(i))));
  5.         }  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement