摘要: 18 Visiting with the new c++ standard ## C++11 Features Revisited# # New Types c++11 adds the long long and unsigned long long types to support 64-bit 阅读全文
posted @ 2017-09-12 20:08 孤灯下的守护者 阅读(176) 评论(0) 推荐(0) 编辑
摘要: Chapter 17 Input,Output,and Files ## An Overview of C++ Input and Output# # Streams and Buffers An input stream needs two connections, one at end. The 阅读全文
posted @ 2017-09-12 20:07 孤灯下的守护者 阅读(175) 评论(0) 推荐(0) 编辑
摘要: Chapter 16 # string class Constructors (Page 952) string(const char *s) string(size_type n, char c) string(const string &str) string() string(const ch 阅读全文
posted @ 2017-09-12 20:06 孤灯下的守护者 阅读(147) 评论(0) 推荐(0) 编辑