Is it possible to dynamically extend an (int) array? I have an array of x elements, and at run time I want to add additional elements. ie. Array.push() The only way I can think of would be using memcpy and malloc, but that'd get a bit messy. Oh, and I'm using Dev C++.
C
chown
@chown