Say you have this code:Why wouldn't you just use this:Code:float *Pi = new float; *Pi = 3.141592; delete Pi;Code:float Pi = 3.141592;
|
Results 1 to 11 of 11
Thread: Question about deleting pointersThreaded View
|
Click Here to Expand Forum to Full Width |