Recent content by svec7186

  1. S

    boost c++ threading with parameters?

    i have the following program in vc++2008 and boost 1.45.0. i'm new to threading so be nice :) in my call to selltickets() from main i pass the variable numTickets by reference. when the threads run, even though i'm using a mutex, the value of numTickets is still not decrementing properly...
Back
Top