小编Kri*_*ong的帖子

继续说uint16没有宣布

好吧我知道这必须是一个简单的问题,但对于我的生活我无法弄清楚为什么我一直得到这个消息我在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
Run Code Online (Sandbox Code Playgroud)

c c++

4
推荐指数
1
解决办法
1万
查看次数

标签 统计

c ×1

c++ ×1