Hi guys,
My col is planning to conduct a online coding competition..
Im now looking for a framework that checkes user's code and returns the appropriate result..
Only C,C++ support is enough..
-Dinesh
Hi guys,
My col is planning to conduct a online coding competition..
Im now looking for a framework that checkes user's code and returns the appropriate result..
Only C,C++ support is enough..
-Dinesh
There is no real information on pricing, but the makers of SPOJ itself offer the SPOJ engine as a separate product. Several sites, like http://scarky.com use it
I don't know if there is any free framework written in C/C++, but here is a simplified version of online judge site written in Java: http://acm.pku.edu.cn/JudgeOnline/.
SPOJ allows noncommercial online contests for its users free of charge.