How can compile the code on a website. I am trying to make website where certain user can put there c code and compile it online. I have seen a lot of posts but i am still not clear how to approach. I have windows server hosting.
Asked
Active
Viewed 178 times
1
-
Read [this question](http://stackoverflow.com/questions/980170/how-to-create-a-lightweight-c-code-sandbox) – nouney Aug 20 '13 at 09:25
-
is there any pre built library which i can use to compile – user1853803 Aug 20 '13 at 09:29
-
There are many open-source solutions, you may google "open source online judge system" for more information. AFAIK, most of those were implemented under linux.[link]https://code.google.com/p/hustoj/ is one of the best OJ system I had ever tried, Unfortunately, it lacks of English documentation. – House.Lee Aug 20 '13 at 09:31