|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Is process.h windows specific?
I need to use threading by using function like _beginthread _beginthreadex i go to C++ reference web site http://www.cplusplus.com/reference/ but I don't see CRT has the process.h file. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
Carmen Sei wrote:
> Is process.h windows specific? > Yes. -- Ian Collins. |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
when it comes to threading, most people suggest use
_beginthread _beginthreadex that's windows specific too ? >Carmen Sei wrote: >> Is process.h windows specific? >> >Yes. |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
Carmen Sei writes:
> when it comes to threading, most people suggest use > > _beginthread > _beginthreadex > > that's windows specific too ? Yes. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBH/AU/x9p3GYHlUOIRAs4vAJ0WfuHYPf7OfvpebJFVBZnkYYRIAACeNn b9 DRaaLz9P9VFDDyqLI0F3gU4= =bazq -----END PGP SIGNATURE----- |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
tazmaster@rocketmail.com
"Carmen Sei" <fatwallet951@yahoo.com> wrote in message news:vsvnv35cmeeqe70q8vqc2k9ih98tqqggnd@4ax.com... >>Carmen Sei wrote: >>> Is process.h windows specific? >>> >>Yes. > > when it comes to threading, most people suggest use > > _beginthread > _beginthreadex > > that's windows specific too ? Yes. Try comp.programming.threads for more information on threading. It is different for different OSes, at least until C++0x -- Jim Langston |
|
![]() |
| Outils de la discussion | |
|
|