[Ajuda] Erro ao Passar FS para o GM
#1

Resolvido !
Reply
#2

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;
}
//----------------------------------------------------------------------------// 
nгo excluн-lo. exclua.
Reply
#3

Код:
error 021: symbol already defined
Jб estб definido, apague.
Reply
#4

Resolvido !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)