SyntaxFix
Write A Post
Hire A Developer
Questions
//new_fd is a int pthread_create(&threads[threads_in_use] , NULL, accept_request, (void*)((long)new_fd)); //inside the method I then have int client; client = (long)new_fd;
Hope this helps