waheedrafiq
March 8th, 2003, 05:21 AM
I also wanted to do this but although i am not there , i still want to try this out
is it possible to code in C++ a small line or so that will display a *.jpeg or even *.bmp file in your program
and can you change the text colour or a output for example
int main()
{
cout<<"**************************"<<endl;
cout<<"** My new program **<<endl;
cout<<"**************************<<endl;
// i want the above to come out as a green text rather then white
// can i do this if so how
return 0;
}:confused: :confused:
is it possible to code in C++ a small line or so that will display a *.jpeg or even *.bmp file in your program
and can you change the text colour or a output for example
int main()
{
cout<<"**************************"<<endl;
cout<<"** My new program **<<endl;
cout<<"**************************<<endl;
// i want the above to come out as a green text rather then white
// can i do this if so how
return 0;
}:confused: :confused: