Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C++
Imports System.Threading


What I have tried:

Imports System.Threading
Posted
Updated 20-Mar-17 23:25pm
Comments
CHill60 21-Mar-17 5:23am    
Well you have tagged your question as C++ and Imports is a VB term

1 solution

In C++ you should be using
C++
using namespace System::Threading;

See the documentation - Thread Class (System.Threading)[^]
 
Share this answer
 
Comments
CPallini 21-Mar-17 5:51am    
5.
Karthik_Mahalingam 21-Mar-17 10:47am    
+5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900