?? jiechen.h
字號:
#pragma once
#include "stdafx.h"
#include "bit.h"
#include <iostream>
#include <string>
public __gc class jiecheng{
private:
bit *data;
int currentlen;
int next;
int num;
int weishu;
//static const int increment=500;
int inflate();//(int incr=increment);
void chen(int n);
System::String __gc* str;//result
public:
jiecheng(int number);
~jiecheng(void);
void start();
System::String __gc* tostring();
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -