font size and colour

I would like to know how I change the colour of font and the size. The simple code below would be nice to see displayed on a white background and the text red and bigger. Is this possible in the command prompt window and if so how





#include

int main()
{
printf("
");
printf("------------
");
printf("HELLO WORLD
");
printf("------------
");
printf("
");

return (0);
}


Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories