This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to write a multithread program with C++?


As c++ does not by itself have support for multithreading , u will have to
rely on the Operating system support for it . eg like windows support for
multithreading in the SDK library or the thread library in linux etc .

sumesh
----- Original Message -----
From: "Thai Dang Vu" <thaid@Cybersoft-VN.com>
To: "Gcc-Help (E-mail)" <gcc-help@gcc.gnu.org>
Sent: Wednesday, January 23, 2002 9:51 PM
Subject: How to write a multithread program with C++?



Hi all,

I don't know how to write multithread in C++. Is there any place on
Internet talking about it?

Regards.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]