Client-Server program
-
Hi friends I havnt knowledge with Client-server program i want to get the server system date to display in the client side ..please help me Thanks and regards nisha
-
Hi friends I havnt knowledge with Client-server program i want to get the server system date to display in the client side ..please help me Thanks and regards nisha
I dont think there is a direct function to get server time So you have to implement a command to get time from the server. User defined protocol.
modified on Thursday, August 28, 2008 7:37 AM
-
Hi friends I havnt knowledge with Client-server program i want to get the server system date to display in the client side ..please help me Thanks and regards nisha
Use
Winsock
to establish connection between your client and server machine so that you can exchange data between then. Design the server application to get current date and send it to client as data. This winsock tutorial[^] will be helpful. Regards, Jijo._____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.
-
Hi friends I havnt knowledge with Client-server program i want to get the server system date to display in the client side ..please help me Thanks and regards nisha
I think Client Server Communication[^] is helpful for you.