输入随意,可以按照xxxx,xxxx,xxxx格式来
输出xx,xxxx,xxxx,xxxx
数据结构课程设计,加了一些特殊情况的处理,自我认为还不错,但没有用类封装,如有不好,请多多指教,部分代码:
int main()
{
string a,b;
char render;
Big_num p1,p2;
system("mode con lines=35 cols=65");
system("color 3f");
//system("color C");
system("title 恒天天牌计算神器");
welcome();
system("pause");
while(1)
{
//freopen("in.txt","r",stdin);
answer.clear();
flag=0;
system("cls");
// gotoxy(0,0);
cout<<"请输入想要计算的数的进制(最多35进制):"<>num;
judge(); ///判断要输入的数是否为整数或小于35
scanf:
system("cls");
// gotoxy(0,0);
cout<<"您现在计算的是"<
a>>b;
judgebig(a,b);
Init_list();
p1=Init_num(p1);
p2=Init_num(p2);
p1=InitBig_num(p1,a,1);
p2=InitBig_num(p2,b,2);
//cout<
1