User profile: pazza

User info
User name:pazza
History
Joined:
Number of posts:8
Latest posts:

Pass Vector of pointers to function expecting an array
As mentioned, a different approach required then. Thanks for explanation about this.

Pass Vector of pointers to function expecting an array
That results in the same output as originally listed, I don't understand why?

Pass Vector of pointers to function expecting an array
Hi, Thanks for the replies. Unfortunately things.data() doesn't work as data() returns a pointer s...

Pass Vector of pointers to function expecting an array
Hi, I have a vector of pointers to objects, I need to pass this into a third party function which...

inline
When a function is inlined this may result in code running faster as execution won't branch to the i...