| dacenafan (2) | |
|
i want to make a online cpp compiler.. working in windows env.. i want to specify the max execution time so no program runs for infinite time.. any idea how this can be done ? | |
|
|
|
| L B (2740) | |
|
Why would you actually RUN the program you were compiling? If you want a maximum COMPILE time, then just use a maximum upload file size ;) | |
|
|
|