C语言八进制整数的加法运算
C语言八进制整数的加法运算
日期:2021-06-01 19:08:33 人气:1
vc++6.0编译,十进制换成八进制是参考的别人的程序,编译通过,运行这个正确
#include <iostream.h>
#include <stdlib.h>
int * InitStack() //初始化栈
{
int * top,* base;
base=(int *)malloc(sizeof(int) * 50);
#include <iostream.h>
#include <stdlib.h>
int * InitStack() //初始化栈
{
int * top,* base;
base=(int *)malloc(sizeof(int) * 50);