![]() |
| | #1 |
| Registered User Join Date: Jun 2003 Location: Austria
Posts: 55
| Multi Threading ps: i know.. my english is bad |
| IceBall is offline | |
| | #2 |
| It's full of stars Join Date: Aug 2001
Posts: 4,833
| Depends entirely upon your operating system, and your compilers support for what ever features it offers. You fail to mention either.
__________________ Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream. |
| adrianxw is offline | |
| | #3 |
| Registered User Join Date: Jun 2003 Location: Austria
Posts: 55
| independent of os and compiler isn't possible?! |
| IceBall is offline | |
| | #4 |
| Registered User Join Date: May 2003
Posts: 1,185
| No. There are operating systems which have no concept of threads; C is a very general language and so it doesn't cover system-specific features. Things like graphics, sound, threads, etc. are all system-specific and compiler-specific. |
| Cat is offline | |
| | #5 |
| Toaster Join Date: Aug 2001
Posts: 2,686
| Pthreads for Linux is a fairly common C threading library.
__________________ The word rap as it applies to music is the result of a peculiar phonological rule which has stripped the word of its initial voiceless velar stop. |
| Zach L. is offline | |
| | #6 |
| Been here, done that. Join Date: May 2003
Posts: 1,036
| Your question is too vague to answer considering the complexities of different compilers and operating systems. The generic answer is there is no best way, only the ways that 1) you understand 2) work correctly 3) do the job asked
__________________ There are only 10 types of people in the world -- those that use binary, and those that don't |
| WaltP is offline | |
| | #7 |
| Registered User Join Date: Jun 2003 Location: Austria
Posts: 55
| i like the generic answer WaltP |
| IceBall is offline | |
| | #8 | |
| Been here, done that. Join Date: May 2003
Posts: 1,036
| Quote:
__________________ There are only 10 types of people in the world -- those that use binary, and those that don't | |
| WaltP is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| overlapped I/O and multi threading | krishnampkkm | C++ Programming | 2 | 06-22-2009 03:27 PM |
| Looking for light cross platform Threading library | umen242 | C++ Programming | 7 | 03-28-2008 04:23 PM |
| Multi Threading | beon | C Programming | 5 | 12-04-2006 09:21 PM |
| Singleton C++ Class - How to avoid mem leak in multi threading | molus | C++ Programming | 6 | 06-02-2006 08:32 AM |
| starting to learn multi threading | hanhao | C++ Programming | 2 | 06-09-2004 01:44 PM |