User profile: greenleaf800073

User info
User name:greenleaf800073
Name:Green Leaf
Location:SR
Bio:I like computers
History
Joined:
Number of posts:475
Latest posts:

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 threads
Thanks! it works now :D now I just need to analyze how all of these work .-.

Passing parameters in threads
I'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()?