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

Answered by MobileTen in 711407022

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

Accepted Answer

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

how do i output system command C++ on xcode
 
 
Q