- This topic has 2 replies, 3 voices, and was last updated 16 years, 1 month ago by .
Viewing 2 reply threads
Viewing 2 reply threads
- The forum ‘C Programming’ is closed to new topics and replies.
Home › Forums › C Programming › ENHANCEMENTS IN C HELP?!
BLINKING of text how?,BACK COLOR how? i’m a newbie in C :lol: thanks for the help just post it below
Which operation system ( Windows , DOS , ect. ) ?
I LoseThos, my operating system, many things are easier than other operating systems.
1 2 3 4 | PutS("$BK,1$"); //turns on blinking text<br /> PutS("$BK,0$"); //turns off blink text<br /> PutS("BG,RED$"); //changes background to red<br /> PutS("FG,GREEN$"); //makes text color green |
It’s really good for beginners. The only problem is it doesn’t directly apply to other operating systems.
See http://www.losethos.com it’s a free operating system thatt comes with a compiler.