好的,我知道这必须是一个简单的问题,但对于我的生活,我无法弄清楚为什么我不断收到此消息我在 ubuntu linux V13.04 上使用 eclipse V3.8
编译说“unit16 尚未声明
#ifndef ENIGMA_2C_H_
#define ENIGMA_2C_H_
class Enigma2C {
public:
static bool checkOptionKey(uint16 option, char *key);
static bool encrypt (char *inString, char *outString);
static bool decrypt (char *inString, char *outString);
};
#endif