i've how to use colors with windows console (MSVC++ 6) and was wondering if there is a way to give custom names to the mix so i can use "brightwhite" instead of "FOREGROUND_RED | FOREGROUND_BLUE | FOREGROUND_GREEN | FOREGROUND_INTENSITY" every single time. Can ORd colors be stored together in a single WORD type? would i need to create an enum/switch combo or something? As far as i know there are 15 combinations of FOREGROUND and 15 for BACKGROUND. All i'm wondering is how it can be done, not the actually coding of it