Hello,
I want to send a file filled with binary data (coord.dat) from C++ application to Java applet. For that I think need to know how to send and receive a file among C++ application. How can I do that? :confused:
Thank you so much beforehand.:)
Printable View
Hello,
I want to send a file filled with binary data (coord.dat) from C++ application to Java applet. For that I think need to know how to send and receive a file among C++ application. How can I do that? :confused:
Thank you so much beforehand.:)
you may need to use sockets but, what is your Operating system, do you have the java source code or any method to accept incoming binary data ?
between two c++ applications generally we may use sockets if you still want to do that throught TCP , but locally under the same system, I mean if both applications are running under the same system you can do that with only some anchor connection between them.