Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is Multithreading possible in c?

Status
Not open for further replies.

ErickD

Computer
Feb 4, 2002
6
Is Multithreading possible in c? or c++

If so how can it be accomplished?
 
Replies continue below

Recommended for you

This is not C or C++ related. Check
1. if your system support multithreading,
2. if your C or C++ compiler library provides function call for multithreading.
 
Any member in here do develop CAD codes in VC++?
 
Absolutely!

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor