GeeksforGeeks » Miscellaneous
Remote compilation
(2 posts)-
PLZ give an idea about how i can setup a server where a C/C++ compiler compiles and debugs programs uploaded by remote users.One might have seen this in Bitwise-IIT Kharagpur.
-
You may use PHP or some other sever side technology and invoke compiler using system().
Reply
You must log in to post.