Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng 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
Joined
Feb 4, 2002
Messages
6
Location
CA
Is Multithreading possible in c? or c++

If so how can it be accomplished?
 
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

Back
Top