Search:

Type: Posts; User: ching13

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    14,198

    Thank you. But I can't use sscanf for the...

    Thank you.
    But I can't use sscanf for the question. Is there any other function that I can use?
  2. Replies
    6
    Views
    14,198

    Convert string to float

    If not use atof, how can I complete the following function which can convert string to float?? Thanks..



    #include <stdio.h>
    #include <ctype.h>
    #include <math.h>

    float strToFloat(const char...
Results 1 to 2 of 2