System() causes an error

using system() in stdlib.h causes a linker error.
why?
what should I do?
I use turbo c++ 4.5
thanks.
Last edited on
Get a better compiler?
Or, don't use system(). See http://www.cplusplus.com/forum/articles/11153/ . Another tip, if you see a user called Duoas, he is, in my opinion, one of the best users here.
Topic archived. No new replies allowed.