Jason的菜地
谁言书生无用,笔下自有乾坤
12 2017 档案
在C++11编译环境中,简单自测了一下C++标准库中的string/vector和迭代器,记录一下
摘要:#include #include using namespace std; int main() { //////////////////// string 测试 string s = "hello World."; // string s("Hello World."); //这样写也可以的 cout iVec; int... 阅读全文
posted @ 2017-12-09 17:51 贾森 阅读(499) 评论(0) 推荐(0)