Saturday, May 22, 2010

Need help with threading C++!?

I'm very new to this so it would be great if someone can give me a simple example about how to create a thread and stop it. I am using Visual Studio 2005 on XP. Programming language is C++.





I created a class called "Token". This object has attributes and methods. However, I want "Token" to be created as a thread and terminated as a thread. So basically "Token" will behave like a thread.





Thank you :)

Need help with threading C++!?
Here is a start. I hope this helps you out. Threading is not only language but platform specific. The link below covers threading from a windows perspective.


No comments:

Post a Comment