User profile: Hertz

User info
User name:Hertz
History
Joined:
Number of posts:53
Latest posts:

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 pointers
LowestOne, I agree with you on line 17, but if you don't initialize the values when you dynamically ...

resize array using pointers
Looks like when you allocate newvalues they contain junk values. try initializing the values of newv...

resize array using pointers
What do you mean by junk vals? Can you give us a sample output?