EDIT -
Alright, I got Sockets to work with C# (Still not C++ but its a start and I used a template from a tutorial). Now I need to know what the best method is to integrate the C# Socket code with my existing C++ code. Keep in mind that I need to make this program run in Win 98 or possibly even DOS.
Jassi
-----
Here is what I need to make:
There is a C++ program that needs to communicate to another C++ program accross a local network or even the internet (if possible). The programs will only send 1 small matrix (1 x 8) of integers back and forth with maybe a few error codes and such misc. data. I have looked into Winsock2 but its a little harder to implement than I would like. I have heard of C# remoting but I am still not sure if I can apply it to my needs. Can someone please tell me if its feasible and what challenges I will face while trying to integrate C# with C++? I am already using the Microsoft compiler for my C++ code.
Thanks,
Jassi