User profile: activecat

User info
User name:activecat
History
Joined:
Number of posts:73
Latest posts:

Overriding virtual operator of parent class [solution with dynamic_cast]
Thanks a lot !

Should this array be created in Heap or Stack ?
Oh I see, sorry for misinterpretation. Thank you very much.

Should this array be created in Heap or Stack ?
Thanks vlad. Meanwhile, this phrase hints that it is still possible to do it using [b]stack[/b] (al...

Should this array be created in Heap or Stack ?
Thanks, kbw and vlad. Now it seems obvious that I should use the [b]heap[/b] rather than [b]stack[/b...

Should this array be created in Heap or Stack ?
Dear gurus, This is about returning an array from a function. First, in the function, an array is c...