Can someone point to me a quick way to get started working with TBB on Visual Studio 2008? I did go through this tutoria开发者_StackOverflow社区l but it seemed kind of old (LINK)
Start with the up-to-date documentation on TBB: http://threadingbuildingblocks.org/ver.php?fid=91; in particular, Getting Started and Tutorial documents should contain much of the info you are looking for.
Look at TBB plug-in for Visual Studio; it automates tedious changes that you need to make in VS projects to configure paths and dependencies. It does not work with VS Express Editions however, due to limitations of those.
And in case of further assistance necessary, you are welcome at the TBB forum.
精彩评论