enum menuindex { ADD = 1, DELETE, MODIFY, SORT, PRINT, SAVE, LOAD, SEARCH };
error C2059: syntax error : '('//这个错和上面的定义有什么关系.