Code:
static const string Alphabet[] = { "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", x", "y", "z" };
I keep getting the following compilation errors :

d:\projects\handlib\handlib\handlib.h(92) : error C2059: syntax error : '{'
d:\projects\handlib\handlib\handlib.h(92) : error C2334: unexpected token(s) preceding '{'; skipping apparent function body

Thanks

BW!