namespace ARCMD{
static const int FAIL = -1;
static const int SUCC = 0;//err
static const int HELP = 1;
static const int QUIT = 2;
};ArCmd.cpp
e:\my programs\hscomm\arcommand\arsend.h(41) : warning C4091: 'static ' : ignored on left of 'const unsigned int' when no variable is declared
e:\my programs\hscomm\arcommand\arsend.h(41) : error C2143: syntax error : missing ';' before 'constant'
e:\my programs\hscomm\arcommand\arsend.h(41) : fatal error C1004: unexpected end of file found
ArSend.cpp
e:\my programs\hscomm\arcommand\arsend.h(41) : warning C4091: 'static ' : ignored on left of 'const unsigned int' when no variable is declared
e:\my programs\hscomm\arcommand\arsend.h(41) : error C2143: syntax error : missing ';' before 'constant'
e:\my programs\hscomm\arcommand\arsend.h(41) : fatal error C1004: unexpected end of file found
Error executing cl.exe.