using multiple new() statement on same pointerHi Bazzy, Thank you for your quick reply. So if I have an infinite loop [code] int *p; whil...
using multiple new() statement on same pointerI am curious about the new operator. if i have the statements [code] int *p = new int(4); p = n...
This user does not accept Private Messages