code

kpinjp'i
Last edited on
Try adding #include <stdlib.h>

Also don't use using namespace std It makes your code bulky and is unprofessional.
Here's a link that will help: http://www.cplusplus.com/reference/cstdlib/system/

And here's another link that shows you some interesting classes: http://www.cplusplus.com/reference/cstdlib/
Thanks for t
Last edited on
Should be lowercase c on line 106.

Unrelated, but lines 22 and 56 will conflict. I think you had better rethink lines 187-194.
Last edited on
Topic archived. No new replies allowed.