Advertisement
Guest User

Untitled

a guest
Jul 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. if (!strcmp(idCode_f, recList.at(i).id)) {
  2. char des[20];
  3. strPrintTime(des, recList.at(i).timestamp);
  4. cout << "VFT" << idCode_f << ": " << des << endl;
  5. break;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement