- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I am using Intel Parallel Studio XE 2013. In VS2012. I am creating some basic code to use Intel TBB.
However I am getting some basic errors-
(1) Error- cannot open source file iostream.h - Statement= #include <iostream.h>
(2) String *StringValue - Error:Identifier String is undefined.
How do I solve above errors. In VS I have activated Intel Compiler using options Project-> Intel Composer XE 2013-> Use Intel C++
(3) How do I use Intel TBB library in my project above?
(4) In Concurrent hashmap example in Intel TBB docs, cstr is used for hashmap of string- can I use cstr for hashmap of integers and double and float as well.
Yours sincerely,
Arvind.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Arvind,
>> (3) How do I use Intel TBB library in my project above?
To use Intel TBB in your C++ project do the following: Open project properties dialog, "Configuration Properties -> Intel Performance Libraries" and set "Use Intel TBB" to "Yes".
Regards, Vadim G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Arvind D. wrote:
(4) In Concurrent hashmap example in Intel TBB docs, cstr is used for hashmap of string- can I use cstr for hashmap of integers and double and float as well.
Hello Arvind,
What sample you are writing about? examples of concurrent hash map usage can be found in getting started and fibonacci examples. Both are available in composer.
--Vladimir

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page