I cant get access to anything except VS2010.
Is there a way I can still write a basic multithreaded application, simply calling a simple function? I am aware about Boost and C++11 but I do not have access to these.
I did find this:
but I'm not sure if that would work in my scenario?