Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #pragma once
- #include <iostream>
- #include <fstream>
- #include <string>
- class Reader{
- private:
- struct params{
- std::string server;
- std::string token;
- std::string command_list;
- };
- public:
- void read(std::string filename);
- int n;
- };
Advertisement
Add Comment
Please, Sign In to add comment