摘要: 主要介绍一下C++11版本中标准模板库中栈的用法,希望可以帮到需要用的人。 #include <iostream> #include <stack> #include <list> #include <vector> using namespace std; //c++11 STL stack ty 阅读全文
posted @ 2020-03-15 22:59 张浩东zhanghad 阅读(265) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> using namespace std; int main() { cout << __cplusplus << endl; return 0; } 阅读全文
posted @ 2020-03-15 22:35 张浩东zhanghad 阅读(4421) 评论(0) 推荐(2) 编辑