Ich möchte in meinem C++ Prog. einen Text in rot blicken lassen! Wie mache ich das?
bitte helft mir!
Teufel xxxxxx Gast |
Teufel xxxxxx Gast |
Ich möchte in meinem C++ Prog. einen Text in rot blicken lassen! Wie mache ich das?
bitte helft mir!
int main(void)
{
int i;
char color = 0;
printf( "\n" );
while( 1 )
{
printf("\x01B[1A\x01B[0;40;%dm\x042\x06c\x061\x073\x065\x06e\n", (++color % 2)+30 );
sleep( 1 );
}
}
« out of memory in C++ | Prolog » | ||