color code

how to make statement..have different color...



#include<iostream>
using namespace std;
main()
{
system("color 8a");
cout<<"hellow world";
cout<<"hellow programmer";

system("pause");
}
Last edited on
Topic archived. No new replies allowed.