我尝试按照 http://msdn.microsoft.com/en-us//library/vstudio/dd728073.aspx上的说明进行操作
我正在使用VS2010。
我在我的 CPP 文件中添加了以下几行:
#include <windows.h>
#include <ppl.h>
#include <iostream>
#include <random>
using namespace concurrency;
但随后编译器告诉我“错误 C2871:'并发':不存在具有该名称的命名空间。'”
有人看到我做错了吗?谢谢!