Y does'n text colour run on dev++? is there any way to make it work?
#include <stdio.h>
#include <conio.h>
int main ( void )
{
textcolor (BLACK);
cprintf ( "This is a test\n" );
return 0;
}
Printable View
Y does'n text colour run on dev++? is there any way to make it work?
#include <stdio.h>
#include <conio.h>
int main ( void )
{
textcolor (BLACK);
cprintf ( "This is a test\n" );
return 0;
}
Just a wild guess but I think I heard something about it bieng a POSIX or *NIX function, go to the faq and look up the windows functions for it.
~ Paul
I am asumming you're running windows here
http://www.cprogramming.com/cboard/s...ght=Text+Color