System()

Hey I was reading some topics on this site and I notice people comment not to use system("PAUSE") or other system()

Why is that? I always use system in my code such as system('CLS').

Thanks
Huge stickied thread at top of forum:
http://www.cplusplus.com/forum/beginner/1988/
closed account (1vRz3TCk)
Also see: Why system() is evil published by Duoas
http://www.cplusplus.com/articles/j3wTURfi/
Oh I understand now..

So what is another way of clearing the console without writing system("CLS")
Topic archived. No new replies allowed.