Network communication using XDR ?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am building a client server application (socket based) in which i have to transfer data between different systems (different harware and operating systems). After some survery I have found that XDR is a library which provides data potability amoung various operating systems (windows/unix) but i cant found any resource/example to use XDR in VC6. Please provide a link/etc of XDR or any other free library that provides reliable cross plateform communication and dataportability using VC6, on the other side (unix) simple c++ will be used.