码迷,mamicode.com
首页 > 编程语言 > 详细

C++中,vector的初始化出错,怎么解决!

时间:2020-03-08 21:56:28      阅读:211      评论:0      收藏:0      [点我收藏+]

标签:const   lan   lock   com   mpi   初始化   font   style   code   

我就不介绍vector的六种初始化的方法了,网上一大把,但是在利用CodeBlock编写C++程序时;

出现了   error: in C++98 ‘vecDouble‘ must be initialized by constructor, not by ‘{...}‘|   ,就是这个错误!

在codeblock中,打开setting,找到compiler,在compiler flags中,

找到并勾选上   have g++ follow the C++ 11 ISO C++ language standard    。

就可以了》》》》》》》

 

C++中,vector的初始化出错,怎么解决!

标签:const   lan   lock   com   mpi   初始化   font   style   code   

原文地址:https://www.cnblogs.com/gaofenzi/p/12445046.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!