how do i output system command C++ on xcode

i used dev c++ on windows before this and it works just fine when i use command like this

system("color E0");

system("cls");

system("pause"); system("title test");

but in Xcode, when i run it they said the command is not found. may i know how to fix this ? thank you

Accepted Reply

Windows and Unix based operating systems each have specific platform programs.

Replies

Windows and Unix based operating systems each have specific platform programs.