摘要: 作者不才,原文网址如下: http://www.cnblogs.com/xkfz007/archive/2012/05/11/2496447.html http://c.biancheng.net/cpp/biancheng/view/193.html http://www.cnblogs.com/ 阅读全文
posted @ 2016-10-09 18:04 Lyu1997 阅读(252) 评论(0) 推荐(0)
摘要: // stock00.h// Created by 吕百杨 on 2016/10/8.//#ifndef STOCK00_H_STOCK00_H#define STOCK00_H_STOCK00_H#include <string>class Stock{private: std::string c 阅读全文
posted @ 2016-10-09 15:35 Lyu1997 阅读(438) 评论(1) 推荐(0)
摘要: iostream.h与iostream是不同的。 #include<iostream.h>是在旧的标准C++中使用。在新标准中,用#include<iostream>。iostream 的意思是输入输出流。#include<iostream>是标准的C++头文件,任何符合标准的C++开发环境都有这个 阅读全文
posted @ 2016-10-09 15:31 Lyu1997 阅读(161) 评论(0) 推荐(0)
摘要: 1 阅读全文
posted @ 2016-10-09 15:29 Lyu1997 阅读(109) 评论(1) 推荐(0)