I am newbie in programing, and learning it...
I need to know how do i make that program:
Examples will help...
I need to use UDP communication to connect to server by client and search, at server,for the longest directory, get the longest directory path and number of deepest level, sand it back to client and print it at client.
Also, the server will return the number of clients who connected to the Server.
And print it both at server and client side.
The Client and Server run on windows console (without GUI).
The Client will have basic DOS menu, that the USER can select
1. "Start Search and Print Results".
2. "Print Last results (deepest level)".
3. "Print Last result (Path)".
4. "Print Number of Clients".
5. "Exit".
Thank you, in advance!
It like a project for me, and really need how to make it work...
Thanks again for helpers, experts!