[AJUDA] - sscanf/strtok -
Tesse_ - 03.09.2011
Oi, preciso duma ajuda..
eu queria alterar esse cуdigo:
Код:
GetVal(numb, str[])
{
new tmp[256], idx;
for(new i=0; i<numb; i++)
{
tmp=strtok(str, idx);
}
return strval(tmp);
}
para sscanf, eu sei que sscanf й mais rбpido que strtok, entгo tem alguйm pode me ajudar?
vlw
Re: [AJUDA] - sscanf/strtok -
Tesse_ - 03.09.2011
Quote:
Originally Posted by Nathy.SA-MP
oque exatamente esta funзгo faz ?
|
Estou seguindo esse tutorial:
https://sampwiki.blast.hk/wiki/File_Functions
pois nao quero usar gerenciadores de arquivos, quero aprender a fazer o meu
Re: [AJUDA] - sscanf/strtok -
histire - 03.09.2011
realmente nao entendi nada disso Oo
Re: [AJUDA] - sscanf/strtok -
Tesse_ - 03.09.2011
Quote:
Originally Posted by Nathy.SA-MP
estive fazendo o meu,
deu preguiзa de terminar ( apesar de ter somente uma funзгo, KKK)
pawn Код:
stock nIni_Get(arch[], str[]) {
static File:_sFile, _str[128], _sRet[128] ; _sFile = fopen(arch, io_read); while(fread(_sFile, _str)) { strdel(_str, 0, strlen(str) + 1); if(!strcmp(_str, str, true)) { fclose(_sFile); return _sRet; } } fclose(_sFile); return _sRet; }
estuda ai, talvez vocк tire algo dele.
|
Tem como ajudar, colocando um comentario em cada linha? consegui entender a metade do cуdigo :P
obrigado.
Re: [AJUDA] - sscanf/strtok -
Ricop522 - 03.09.2011
Dк uma lida no sistema do Protioso, й bom para criar o seu.
Re: [AJUDA] - sscanf/strtok -
histire - 03.09.2011
RiCop poderia mandar link? kero ver como funcinoa tbm .-. pq vendo assim pra min й letras sу
Re: [AJUDA] - sscanf/strtok -
Ricop522 - 03.09.2011
Minha net tб lenta, tб lenta atй pra postar aqui ahuhaa.
Tipo procura no ****** Protioso Salvador de Dados ou gerenciamento, algo assim.
Para vocк aprender й sу ir jogando no ****** as palavra ex:
fwrite samp
while samp
Que irб aparecer a pбgina do wiki samp.
Att,
Re: [AJUDA] - sscanf/strtok -
Tesse_ - 03.09.2011
vlw, galera