?? cproc.h
字號(hào):
#pragma once
#include <vector>
#include <list>
using namespace std;
typedef struct res
{
char di[4];
int cl[3];
}*pres;
class Cproc
{
public:
Cproc(void);
char* select(void);
void get(int[]);
~Cproc(void);
private:
list<res> _l;
short _step;
struct res _temp;
vector<char> _yu;
void _swap(vector<char>::iterator,vector<char>::iterator);
bool x90;
};
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -