Menu
Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
Is it possible to let the c++ compiler run tasks parallely?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Jerry Coffin" data-source="post: 2559846"><p>cdrsir wrote:</p><p></p><p>[ ... ]</p><p></p><p></p><p>[ ... ]</p><p></p><p></p><p>There's no standard (portable) method for doing this so it's not really</p><p>topical here. Since you're apparently a) using Windows, and b) fine</p><p>with writing non-portable code, you probably want to ask about</p><p>_beginthread somewhere that it's topical. The most obvious choice is</p><p>probably comp.os.ms-windows.programmer.win32. If memory serves, there's</p><p>also a newsgroup dedicated to multithreading, but what you're asking</p><p>for at the moment is sufficiently general that it probably won't gain</p><p>you a lot.</p></blockquote><p></p>
[QUOTE="Jerry Coffin, post: 2559846"] cdrsir wrote: [ ... ] [ ... ] There's no standard (portable) method for doing this so it's not really topical here. Since you're apparently a) using Windows, and b) fine with writing non-portable code, you probably want to ask about _beginthread somewhere that it's topical. The most obvious choice is probably comp.os.ms-windows.programmer.win32. If memory serves, there's also a newsgroup dedicated to multithreading, but what you're asking for at the moment is sufficiently general that it probably won't gain you a lot. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
Is it possible to let the c++ compiler run tasks parallely?
Top