Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C++ - add color to screen output
Name: Angie Date: October 12, 2003 at 10:16:34 Pacific OS: C++ CPU/Ram: hi!
Comment:
Hi! does anyone know how to use/add color to your graphics? ex: red and white checkered board or something
Summary: I'm making a bootdisk and would like for it to have color to it.what program would I need to make this disk and also how to set it up? Thanks when you think that you know it all! you know nothing...
Summary: To add color in a DOS text app. type: textcolor(int colornum); then output the text with either printf or cprintf. example: textcolor(15); <-- white cprintf("This text is white"); textc...
Summary: I would like to create a c++ script that when a data.csv is created it adds headers to the csv for importing into another program. The original data.csv looks like this:- 1,cake1,1.00,25 2,cake2,1.25,...