adspace
What is involved with using std library (inc stl) with
ACE/TAO?
Answer Posted / Praveen Kumar Tiwari
To use the Standard Template Library (STL) with ACE and TAO, you need to include the appropriate headers in your code. This usually involves including the `<algorithm>`, `<functional>`, `<iterator>`, `<vector>`, and other related STL headers where necessary. However, it's important to note that using STL classes with ACE/TAO may introduce non-deterministic behavior due to their reliance on dynamic memory allocation, which can be problematic in a concurrent environment. To mitigate this, ACE provides its own containers and algorithms known as the ACE Containers Library.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category