cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Easy way to do parallel processing?
Easy way to do parallel processing?
Mar 27, 2013 at 5:35am UTC
tomz6
(16)
Does anyone know of an easy way to get the computer to do separate tasks for each core?
Assuming each task has no memory collisions etc. how can I get each core to work on it's own separate block of code?
Mar 27, 2013 at 6:31am UTC
MiiNiPaa
(8886)
If there no shared memory or anything else, why don't you jurt write four programs?
http://en.cppreference.com/w/cpp/thread
http://en.cppreference.com/w/cpp/thread/thread/thread
This may help you.
Topic archived. No new replies allowed.