摘要:
golf.h#ifndef GOLF_H_ #define GOLF_H_const int Len=40;struct golf{ char fullname[Len]; int handicap; };void setgolf(golf &g,const char *name,int hc);int setgolf(golf &g);void handicap(golf &g,int hc);void showgolf(const golf &g);#endifgolf.cpp#include #include "golf.h";#inc 阅读全文
posted @ 2014-04-12 10:41
天下纵横C++
阅读(117)
评论(0)
推荐(0)

浙公网安备 33010602011771号