I want to create a web that can accept C code program, compile, and run the program on my server using php & gcc. But i can't handle infinite loop program, it's give me out of memory. And for runtime error program it's make my browser crash. What should i do to handle that problem? Many thanks.
|
feedback
|
|
What about programs that require user input? PHP would know nothing about that and things would freeze at the | |||||||||||
feedback
|
<a href="http://ideone.com/">Test your C Code</a>. – Brad Christie Jul 25 '11 at 19:16