C++程序计源代码.docVIP

  • 7
  • 0
  • 约8.62万字
  • 约 12页
  • 2016-12-25 发布于河南
  • 举报
//C++课程设计 #includeiostream //数据流输入、输出 #includefstream //文件输入、输出 #includestring //字符串操作 #includeiomanip //参数化输入/输出 #include stdio.h using namespace std; //命名空间 class Bus_infor { int No; //班次号 static int Bus_No; //静态数据成员,统计当前所有的Bus_infor对象的数目 char start[20]; //起始站 char end[20]; //终点站 int Bus_order; //班次号 int all_tickt

文档评论(0)

1亿VIP精品文档

相关文档