jiechen.h
来自「用链表实现的大数阶乘」· C头文件 代码 · 共 24 行
H
24 行
#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 + =
减小字号Ctrl + -
显示快捷键?