|
-
September 12th, 2011, 05:48 AM
#1
Multiple colors in one screen cmd
Hi all,
i've found several things to change the font color in the system output.
You can also use (windows only) system("color xy");
or define it in main with: SetConsoleTextAttribute(hConsole, 7);
Only the thing is, these lines affect everything. I realy like to know how i can set 2 characters in red and 2 in bue or something
Or maybe you can tell: system("color xy") where to stop using the colors and define new characters.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|