O que faзo ?
#2

Aperte CTRL + G e digite na caixinha que aparecer o numero 188.

Talvez vocк encontre isto:

PHP код:
strtok(const string[], &index)
{
    new 
length strlen(string);
    while ((
index length) && (string[index] <= ' '))
    {
        
index++;
    }

    new 
offset index;
    new 
result[20];
    while ((
index length) && (string[index] > ' ') && ((index offset) < (sizeof(result) - 1)))
    {
        
result[index offset] = string[index];
        
index++;
    }
    
result[index offset] = EOS;
    return 
result;

Entгo apague todo este codigo que postei acima.
Reply


Messages In This Thread
O que faзo ? - by kNOWW - 22.07.2011, 16:37
Re: O que faзo ? - by Shadoww5 - 22.07.2011, 16:40
Re: O que faзo ? - by kNOWW - 22.07.2011, 16:44
Re: O que faзo ? - by Twisty - 22.07.2011, 16:47
Respuesta: O que faзo ? - by [Red]Maninho - 22.07.2011, 16:50
Re: O que faзo ? - by kNOWW - 22.07.2011, 16:53
Re: O que faзo ? - by Dark.Angel - 22.07.2011, 17:43
Re: O que faзo ? - by wallon - 22.07.2011, 17:44

Forum Jump:


Users browsing this thread: 5 Guest(s)