Hey, so I have little experience in socket programming or anything in that realm of programming. I want to build a program that allows me to remotely execute code on another computer. What the program would do is I would build a class file based on the code that you provide, the method would create an instance of the class and then execute it. I have that part under control. Now, I want to be able to type the code on my computer and then send it to a computer on another network, that computer would compile and run the code there. My problem is that I can't seem to figure out how to get the code that I write to transfer over to the other computer. Does anybody have any suggestions or help? Thanks.

No way to spread your program to remote computers to be compiled and run by them.

This is a basis for not spread viruses.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.