to_string is not a member of std, says g++ (mingw)

前端 未结 13 1382
不思量自难忘°
不思量自难忘° 2020-11-22 05:41

I am making a small vocabulary remembering program where words would would be flashed at me randomly for meanings. I want to use standard C++ library as Bjarne Stroustroup t

13条回答
  •  借酒劲吻你
    2020-11-22 06:00

    in codeblocks go to setting -> compiler setting -> compiler flag -> select std c++11 done. I had the same problem ... now it's working !

提交回复
热议问题