C and C++ programs and MySQL
Always thinking in engineering style...
Sunday, April 4, 2010
how to change the cmd color through C program
# include <stdio.h>
# include < windows.h>
int main()
{
system(color 5e);
printf("hi this is karthiken07@gmail.com");
getch();
return 0;
}
Output:
please open through CMD window.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment