resize array using pointers[b]@keskiverto [/b] [quote]Why should they be initialized? ... When we want to assign more values t...
Please help me understand/fix this.This sounds like a job for a [b]sorting algorithm[/b] the simplest one would probably be [b]bubble s...
resize array using pointersLowestOne, I agree with you on line 17, but if you don't initialize the values when you dynamically ...
resize array using pointersLooks like when you allocate newvalues they contain junk values. try initializing the values of newv...
resize array using pointersWhat do you mean by junk vals? Can you give us a sample output?