關于未聲明的標識符,bool不安全等錯誤
我把老師所講的代碼寫入VS2010,怎么有這么多錯誤
錯誤 15 error C2065: “endl”: 未聲明的標識符 d:\visual studio 2010 projects1\test\test\test.cpp 12 1 test
錯誤 1 error C2871: “sted”: 具有該名稱的命名空間不存在 d:\visual studio 2010 projects1\test\test\test.cpp 3 1 test
錯誤 9 error C2065: “dec”: 未聲明的標識符 d:\visual studio 2010 projects1\test\test\test.cpp 10 1 test
錯誤 19 error C2065: “boolalpha”: 未聲明的標識符 d:\visual studio 2010 projects1\test\test\test.cpp 15 1 test
2017-01-13
一個一個字母對照,好多是拼寫錯誤