Help with implementing HTTP Queries in C++Bump?
Help with implementing HTTP Queries in C++I was wondering how would someone implement a listener for GET and POST in a c++ program. For exampl...
Passing parameters in threadsThanks! it works now :D now I just need to analyze how all of these work .-.
Passing parameters in threadsI'm getting errors for your fixed version, if I don't have #include <process.h> I'll get _beginthr...
Passing parameters in threads:/ I think I can fix the 'void*' to 'void* const*' but... how do you fix 2 iterations of int main()?