“std_lib_facilities.h” showing error

前端 未结 6 1693
一整个雨季
一整个雨季 2020-12-20 20:03

I am using Codeblocks 17.12 and have already set compiler settings to C++11 standard. I am studying from Bjarne Stroustrup\'s book \"Programming - Principles and Practice us

6条回答
  •  庸人自扰
    2020-12-20 20:20

    I haven't read that book you referenced, but you can try switching to and your program will compile without any errors.

    I am guessing "std_lib_facilities.h" is more of a place holder than a realistic header.

提交回复
热议问题