how to execute c code securely

前端 未结 4 525
有刺的猬
有刺的猬 2021-01-28 11:46

In this scenario the user will submit his/her C code to my server through a browser. The code will then be compiled and executed on my server and the output will be sent to the

4条回答
  •  天涯浪人
    2021-01-28 12:06

    You might consider using ideone API, some mobile devices software do so (CodeToGo for example)

提交回复
热议问题