Manish
Manish

Reputation: 505

TBB (Threading Building Blocks) on Visual Studio

Can someone point to me a quick way to get started working with TBB on Visual Studio 2008? I did go through this tutorial but it seemed kind of old (LINK)

Upvotes: 1

Views: 4304

Answers (1)

Alexey Kukanov
Alexey Kukanov

Reputation: 12784

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.

Upvotes: 1

Related Questions