C++ Hash Deprecation Warning

前端 未结 3 1030
梦如初夏
梦如初夏 2021-01-14 07:08

I am very new to C++ and programming in general and am currently working through Bjarne Stroustrup\'s Programming: Principles and Practices using C++. I\'m consistently rece

3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-14 07:49

    It seems that you used old "std_lib_facilities.h" header (stroustrup.com/Programming/std_lib_facilities.h).

    New version of this header, working flawless for the "hello,world"-program in MSVS 2015, is available at stroustrup.com/Programming/PPP2code/std_lib_facilities.h

    Found it out when had had the same problem studying PPP.

提交回复
热议问题