Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
|
Enumerations | |
enum | Color { BLUE = 34, PINK = 35, CYAN = 36 } |
Functions | |
void | colorPrintf (Color color, const char *fmt,...) |
enum color::Color |
void color::colorPrintf | ( | Color | color, |
const char * | fmt, | ||
... | |||
) |
Prints message in color. The usage is same as for the printf.
color | in which text should be displayed |
fmt | format string |