What's new

Closed Text color only in a certain text

Status
Not open for further replies.

Fallen24

Eternal Poster
Joined
Jun 5, 2017
Posts
898
Reaction
184
Points
310
#include <stdio.h>
#include <conio.h>

Main( )
{
Int entr;
Clrscr();
{
Textcolor(RED+BLINK);
cprintf("INVALID!");
Printf("Enter:");
Scanf("%d",&entr);
}
Getch();
}

Gusto ko po sana na yung isa namang text ay yung default color na at hindi na kapareho nung nilagyan ko ng color. Patulong po.
 
Last edited:
Status
Not open for further replies.
Back
Top