Threading

Status
Not open for further replies.
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 think he wants to simulate multi threading using OOP..quite easy to do so using java.
 
Hmmm .. well what exactly do you wanna know ??? What is threading ... or how to implement it in a programme (say a Java or CPP one) ...??
 
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
 
Status
Not open for further replies.