Verifica formato stringa C

di il
15 risposte

15 Risposte - Pagina 2

  • Re: Verifica formato stringa C

    Weierstrass ha scritto:


    nicolap ha scritto:


    Mi rendo conto che sia complesso ma spero che sia comunque abbastanza chiaro!
    Veramente a me è chiaro il problema.

    Il mio suggerimento è banalmente questo (lo riscrivo):
    
        strncpy(tmpData, strstr(buf, "t=") + 2, 5);
        tmpData[5] = 0;
        printf("tmpData %s\n",tmpData);
        float f; 
        f = atof(tmpData);
    
    Vediamo che dice l'autore del topic e se ne viene a capo
    ho provato, e vedo per qualche giorno se ho il problema
    grazie a tutti
Devi accedere o registrarti per scrivere nel forum
15 risposte