Guest User

Untitled

a guest
Jan 13th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. for (auto &v : var)
  2. {
  3. WritePrivateProfileStringA("shoppinglist_01", HERE (how to get v string for all possible vars), std::to_string(HERE (how to get v string for all possible vars)).c_str(), file.c_str());
  4. }
Add Comment
Please, Sign In to add comment