cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Please, I need help!
Please, I need help!
Aug 1, 2015 at 9:38am UTC
JohnnyKPL
(7)
What do I have to pass to this constructor!?
SteamClient(
std::function<void(std::size_t length, std::function<void(unsigned char* buffer)> fill)> write,
std::function<void(std::function<void()> callback, int timeout)> set_interval
);
Topic archived. No new replies allowed.