News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Developing multithreaded TCP server using minGW/codeblocks

Started by gary36, October 22, 2022, 01:11:22 PM

Previous topic - Next topic

gary36

I have searched a lot and could not find a singe reference that provides the method of implementing multithreaded winsock TCP server using mingw/codeblocks environment in "C"(specifically C and not C++). All that I could find is either single server/client or multithreaded server in linux. I am particularly looking for code on windows environment. Could anybody provide help in this regard?

MortenMacFly

Please respect the forum rules you agreed to: This is not a general programming forum. Use other forums for such purposes. We simply cannot handle the amount of questions if we open up to general programming questions.
Topic locked.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]