Sunday, 30 December 2012

HOW TO CHANGE COLOR OF C AND C++ PROGRAM


Here I told You How You Can Change The Color And Background color of a .CPP Program And .C Program
Here I Telling You...........

Copy This Blue Color Source Code And Pate It In Your Program And Save With Name
Back.C or Back.CPP start now===>

#include<stdio.h>
#include<iostream.h>
#include<conio.h>
void main()
{
int i;
for(i=1;i<=10;i++)
{
textcolor(i);
cprintf("hello ");
}
getch();
}

Hope you enjoy this....................

No comments:

Post a Comment