Re: Threads in c++.
On Oct 25, 9:52 pm, "Jim Langston" <tazmas...@rocketmail.com> wrote:
"Harsha" <harsha1...@gmail.com> wrote in message
news:1193331033.183232.254460@22g2000hsm.googlegroups.com...
I need to develop a program for my academic project using
graphics in c++. I want to do it using THREADS so that it can have
mouse interface while accepting input...I want to know how to
implement threads in c++, and im using TURBO C++ 3.0
compiler....Please help....
Threads are OT for this newsgroup.
Could you point to something in the charter which supports that.
Discussion of a system specific threading API is off topic, but
that's really not a good way to go anyway. It's far better use
a portable abstraction layer over the system API, something like
Boost::threads.
Beyond that, general questions about threaded code are on topic,
even if the standard doesn't (yet) mention the word threads.
--
James Kanze (GABI Software) email:james.kanze@gmail.com
Conseils en informatique orient=E9e objet/
Beratung in objektorientierter Datenverarbeitung
9 place S=E9mard, 78210 St.-Cyr-l'=C9cole, France, +33 (0)1 30 23 00 34