arrays

could somebody tell me please how to create an array in opengl that would contain a number of bitmaps
thanks

int Textures[5];

or if it’s for char

char Textures[10][20];

10 = number of textures
20 = number of the char for a texture