Effective implementation of algorithms (Master Thesis)
Effective and error-free implementation of algorithms
color Namespace Reference

Enumerations

enum  Color { BLUE = 34, PINK = 35, CYAN = 36 }

Functions

void colorPrintf (Color color, const char *fmt,...)

Enumeration Type Documentation

Available colors for color printing

Enumerator:
BLUE 
PINK 
CYAN 

Function Documentation

void color::colorPrintf ( Color  color,
const char *  fmt,
  ... 
)

Prints message in color. The usage is same as for the printf.

Parameters:
colorin which text should be displayed
fmtformat string
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines