Parallel programming in C++

Hi, i have some questions to C++ gurus,
i have 2 matrixs, i must multiply them, but the operation of multiplication must be parallel, what i must use for this, what libraries in c++ work with parallel ports.
if you can please give some code sample.

p.s. sorry for my english))).
closed account (S6k9GNh0)
In the next C++ specification, threads is handled in the STL.
^The STL will use the boost library for that actually, you basically just replace boost:: with std::.
When is the new specification planned for release? I haven't followed it's progress much in the past few months, but I recall it was supposed to be out in 2009.
AFAIK, it isn't going to come out in 09, so it's going to be more like C++0xA :P
I've also heard 0xB...
Topic archived. No new replies allowed.