21.06.2015, 10:04
Hello!
Try this:
Do you want that "Five" and "Six" are being arrays?
- Mencent
Try this:
PHP код:
enum pInfo
{
One[512],
Two[512],
Three[512],
Four[512],
Five[512],
Six[512]
};
- Mencent