i DO have searched the google to do multithreaded programming using c++ and found there were few like the ones supported in BOOST libraries and zthreads ..
I would be glad if u guys could help me in suggesting much better ways in doing so .
rahul8590 71 Posting Whiz
Recommended Answers
Jump to PostWhat OS?
Jump to PostJust use CreateThread() -- its simple to use because most of the parameters are 0 or NULL. I have not used the boost library, so I don't know how they work.
Creating threads is easy, making them work together may be more problematic. If two or more threads have …
Jump to PostHi,
Firstly, wait! Do not EVER use CreateThread(). I say it because it's an API call and will be available for execution, even for a program which uses the single threaded version of the CRT! The results may not be pleasing. By calling the compiler provided function to create a …
Jump to Postyep thats the one .
Well since i have decided to jump into this , i would be more adventurous and not confine myself to windows , so is there ne book on linux ,which can teach this thing in depth ?
If you want to write os-independent code then …
Jump to PostOf course anything can be dangerous if you just blindly toss api function calls at your program with no thought.
Well, he's "blind" and has no thought, because he's a complete rookie with multithreading. How is he supposed to know this fact? Which is why I warned him about it.
…
All 18 Replies
Nick Evan 4,005 Industrious Poster Team Colleague Featured Poster
rahul8590 71 Posting Whiz
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
rahul8590 71 Posting Whiz
thelamb 163 Posting Pro in Training
Rajesh R Subram 127 Junior Poster in Training
rahul8590 71 Posting Whiz
Rajesh R Subram 127 Junior Poster in Training
rahul8590 71 Posting Whiz
thelamb 163 Posting Pro in Training
Rajesh R Subram 127 Junior Poster in Training
rahul8590 71 Posting Whiz
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Ancient Dragon 5,243 Achieved Level 70 Team Colleague Featured Poster
Rajesh R Subram 127 Junior Poster in Training
Ancient Dragon commented: Very good points. +25
rahul8590 71 Posting Whiz
thelamb 163 Posting Pro in Training
rahul8590 71 Posting Whiz
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.