Hi,
I am currently working on a project that requires me to send a Double Linked List through a socket connection. Can someone please tell me how exactly to go about doing the above?
I have implemented a separate class for Doubly Linked List and also and interface DLL associated with it.
How do you connect to the interface and send the list as an object to the server?
Any help would be appreciated. Thanks.
