enum size +rep
#1

well i have made a system and this system enum has more than 10 things,each one thing is like this:
pawn Код:
enum something
{
    something1[1000],
    something2[1000],
    something3[1000],
    something4[1000],
    something5[1000],
    something6[1000],
    something7[1000],
    something8[1000],
    something9[1000],
    something10[1000],
};
new info[max_somethings][something]; //max_something is 250
when i compile i get alot of size,how is it possible to optimize this enum and make it better?
Reply


Messages In This Thread
enum size +rep - by iBots - 21.04.2015, 18:34
Respuesta: enum size +rep - by JuanStone - 21.04.2015, 18:40
Re: enum size +rep - by iBots - 21.04.2015, 18:46
Respuesta: enum size +rep - by JuanStone - 21.04.2015, 18:55
Re: enum size +rep - by iBots - 22.04.2015, 11:07
Re: enum size +rep - by MP2 - 22.04.2015, 12:03
Re: enum size +rep - by Azula - 22.04.2015, 12:08
Respuesta: enum size +rep - by admantis - 22.04.2015, 12:10
Re: enum size +rep - by iBots - 22.04.2015, 14:19
Re: enum size +rep - by Pottus - 22.04.2015, 15:00

Forum Jump:


Users browsing this thread: 2 Guest(s)