[Variant]Pointers to using pointers

17 Mar
2006
17 Mar
'06
5:46 p.m.
The following, I suppose, produces a memory leak... is there any way to avoid this? Don't use variant with pointers... ? variant<T1*,T2*> vt; vt = new T1; vt = new T2; Thanks, Allen.
7061
Age (days ago)
7061
Last active (days ago)
1 comments
2 participants
participants (2)
-
Conway Allen