Is Multithreading possible in c?
Is Multithreading possible in c?
(OP)
Is Multithreading possible in c? or c++
If so how can it be accomplished?
If so how can it be accomplished?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Is Multithreading possible in c?
|
RE: Is Multithreading possible in c?
1. if your system support multithreading,
2. if your C or C++ compiler library provides function call for multithreading.
RE: Is Multithreading possible in c?
RE: Is Multithreading possible in c?
I don't know if Microsoft has included it (I don't do windows if I can avoid it), but most C and C++ compilers (such as g++) support pthreads. They are not obvious how to use, however. I'd suggest the PThreads book by O'Reilley. I was able to get it via interlibrary loan from my public library.
Mark