[Tutorial] Entendendo static
#4

Cada variбvel declarada possui 32bits de memуria, se possuir dimensхes serб 32bits * X.
PHP код:
{
    static 
i[MAX_PLAYERS]; // 32bits * MAX_PLAYERS
    // ...

Reply


Messages In This Thread
Entendendo static - by RiqueP - 30.12.2016, 13:34
Re: Entendendo static - by KinG7 - 30.12.2016, 14:12
Re: Entendendo static - by CaioTJF - 30.12.2016, 14:17
Re: Entendendo static - by RiqueP - 30.12.2016, 15:07
Re: Entendendo static - by Sky™ - 30.12.2016, 23:53
Re: Entendendo static - by RiqueP - 31.12.2016, 00:04
Re: Entendendo static - by luandriftlogkdr - 31.12.2016, 00:53
Re: Entendendo static - by RiqueP - 31.12.2016, 01:21
Re: Entendendo static - by Dominguinhos - 17.01.2017, 20:33

Forum Jump:


Users browsing this thread: 1 Guest(s)