I'm relatively new to c++ but am trying to move along. I have Visual Studio 2010 and am using C++ and cannot find a easy to follow guide on how to run 2 threads at once without getting a boatload of code thats not relevant to understanding the threads... if someone could show me a simple bit of console program code that increments a value in one thread and decrements a different value in the other I would be grateful .

(i'm 1 day out of surgery but I think all of this makes sense, let me know if it doesn't!)

Thank you,
Daniel Smith