Guest User

Untitled

a guest
Mar 3rd, 2021
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #pragma once
  2. #include <iostream>
  3. #include <fstream>
  4. #include <string>
  5.  
  6. class Reader{
  7.  
  8. private:
  9. struct params{
  10. std::string server;
  11. std::string token;
  12. std::string command_list;
  13. };
  14. public:
  15. void read(std::string filename);
  16. int n;
  17. };
Advertisement
Add Comment
Please, Sign In to add comment