cout is not a member of std, and other issues regarding c++

后端 未结 1 1472
春和景丽
春和景丽 2021-01-21 18:20

Allow me to preface this by saying that I do have included (also applies to string, endl, and quite literally everything doesn\'t work); my IDE is showing no errors as far as s

1条回答
  •  醉话见心
    2021-01-21 18:36

    Place the directive

    #include "stdafx.h"
    

    before any other include directives.

    0 讨论(0)
提交回复
热议问题