views:

43

answers:

3

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

+3  A: 

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

Zorglub
+2  A: 

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/.

ZelluX
+2  A: 

SPOJ allows noncommercial online contests for its users free of charge.

kuszi