“std”: 具有该名称的命名空间不存在

当只用using namesp std 时,会报 error C2871: “std”: 具有该名称的命名空间不存在。

 

包含一个含有std的头文件就不会报错了,比如<iostream>、<functional>、<algorithm>等

你可能感兴趣的:(Algorithm,c,iostream)