It allocates a bunch of memory to very badly named variables.
I'd add that it vastly increases the likelihood of memory leaks with that many uses of new.
That code is a time bomb waiting to explode.
And salem c, thanks for the link to "Short, Self Contained, Correct (Compilable), Example." I've added it to my list of "if you want to learn to program properly read this!" links.