作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
<分区>
好吧,我知道这一定是一个简单的问题,但对于我的生活,我无法弄清楚为什么我一直收到这条消息我在 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
我是一名优秀的程序员,十分优秀!