作者档案
Freeze 的 站内主页
2009
07-11
07-11
#include <stdio.h>#include <string.h>#include <stdlib.h>#include <math.h>#include <conio.h>#define TRUE 1#define FALSE 0#define Stack_Size 50char ops[7]={'+','-','*','/',....
Read More >
#include<iostream>#include<string.h>using namespace std;class Dog{private: int age; float weight; char name[20];public: void SetDog(int Nage=0,float Nweight,char Nname[....
Read More >