C++点菜系统源码
#include"ResManaSys.h"
intmain(intargc,char*argv[])
{
Restaurantrestaurant;
restaurant.Serve();
return0;
}
下载地址
用户评论
感觉写的非常不错。比我的水平好