I am newbie to Windows C++ asynchronous client server application.
I am trying to develop a client and server. Both must connect through FIFO and make sync async calls and send data.Both sync and async connect must be handled in server. Whatever data send by client must be stored by server. How to create a class with certain attributes which will be custom? Basically need to store custom objects. Please help me.