I am a complete begineer in this field multithreading.
I have searched the internet; came across these POSIX and BOOST things. I dont know how to start. Can anuone guide me..I had downloaded the BOOST library but I couldnt find anything regarding the POSIX(and ? is the pthread). Which to choose or where to start off and run a Hello World...
PLZZZZZ Help Meee!!!!
Arthas 0 Light Poster
Recommended Answers
Jump to PostHow to create new threads is operating system dependent. MS-Wiondows does not support the POSIX. boost libraries try to be os independent.
Jump to PostPOSIX is essentially for Linux or Unix systems. POSIX is just a specification for the API that the OS needs to expose and Linux, Unix and many others comply to those specifications. Windows does not, so windows has its own things, for example, via its Win32 API.
Boost Thread …
Jump to PostAfter installing boost I think you have to compile it with your compiler to generate the lib and dlls.
Did you follow these instructions ? If you are using Window 7 do …
Jump to PostI just finished downloading and unzipping all the files for version 1.44.0 and did not have any problems. Make sure your hd has plenty of free space becaue boost is 308 mg and over 31,000 files.
All 13 Replies
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Ancient Dragon commented: Always posting such great stuff :) +33
Arthas 0 Light Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
wtf4096 0 Newbie Poster
mike_2000_17 2,669 21st Century Viking Team Colleague Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Stefano Mtangoo 455 Senior Poster
Arthas 0 Light Poster
Duki 552 Nearly a Posting Virtuoso
wtf4096 0 Newbie Poster
Arthas 0 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.