Threading

I think you are going to have to give us a bit more detail - what exactly do you want? The theory of threading, or how to use threading in windows/linux?
 
Implemented using OOP? Arka, really you need to tell me exactly what you want. Do you want a C++ program that uses threads, or one that implements a thread library? Because the latter is well nigh impossible for me to provide.

As for the theory of threading pick up any standard textbooks on OS. If you need suggestions I can tell you some.
 
I learned threading just now and also learned to implement with java , now I want to know what is pseudo threading and how it can be implemented in pop i.e. C
 
Back
Top