Creating dynamic arrays ??

Hi
I wanna load my level data, into an array, so that i can draw it with glDrawArrayElements…,so, how do i create an array at runtime, with dynamic size ?

thanks,

Bruno

Already discussed here:
http://www.opengl.org/discussion_boards/ubb/Forum3/HTML/001929.html

Regards.

Eric

oooppss…

thanks Eric,

Bruno