简体   繁体   English

如何在C ++中对函数进行异步调用(VS 2008)

[英]How to do Asynchronous call to a function in C++ (VS 2008)

How to create an asynchronous function in C++ in Visual Studio 2008 (.NET 3.5 Framework)? 如何在Visual Studio 2008(.NET 3.5 Framework)中的C ++中创建异步函数? I came to know that 我知道了

#include <future>
async 

will work for C++11 . 将适用于C ++ 11 How to achieve the same in VS 2008? 如何在VS 2008中实现相同?

I have a program for that tell me your email id I will forward you. 我有一个程序告诉我您的电子邮件ID,我将转发给您。 or otherwise you can give me test mail on qt.itk.vtk.help_gmail.com 否则,您可以在qt.itk.vtk.help_gmail.com上给我测试邮件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM