Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (2)
Multithreading applications in win32
no vote
Multithreadingapplications in win32. source code in C for programming windows levelapplication in multithread environment. Very good book for multithreadin windows systems.
micams
2016-08-23
0
1
Multichannel chat rooom with socket on windows
4.0
Multi client chat room with server and client in c++ with MFC and thread Server: Multi-client chat server is an open source c++ project. In this server multiple user can log in and communicate with one another as multicast user. In reality it can use as a chat room server. Can be modified as peer to peer (p2p) text chat. It can also be used as a backbone of a video conferencing project. It has a beautiful and easy to use user interface in MFC. This project is compatible with Microsoft visual studio 2010. I will describe the use of class and function with source code. Client: This client will use as multi chat client with our very own server. In this client you need to provide server IP ,PORT and an USERNAME.
micams
2016-08-23
1
1
No more~