会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
瓜蛋的博客
专一、持久!立足长远,循序渐近,计划行事,勿在浮沙筑高墙!
博客园
首页
新随笔
联系
管理
2017年2月23日
std::copy 和 std::back_inserter
摘要: #define print_vector(v1) \ for(auto iter = v1.begin();iter != v1.end();iter++) \ cout v1(3,10); std::vector v2(4,9); //std::copy(v1.begin(),v1.end(),v2.begin());//把v1 copy到v2。v1的...
阅读全文
posted @ 2017-02-23 10:06 瓜蛋
阅读(2190)
评论(0)
推荐(0)
编辑
公告