Search:

Type: Posts; User: cheryl_li

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,617

    SOLVED

    THANKS
    PLEASE IGNORE THIS THREAD
  2. Replies
    1
    Views
    3,617

    Binary Search Tree, Inserting node

    Hi, this is my program



    #include <stdio.h>
    #include <stdlib.h>
    #include <conio.h>
    #include <string.h>

    typedef struct record
  3. Thread: sscanf

    by cheryl_li
    Replies
    2
    Views
    1,650

    Yeah got it, thanks man! Both of you

    Yeah
    got it, thanks man! Both of you
  4. Thread: sscanf

    by cheryl_li
    Replies
    2
    Views
    1,650

    sscanf

    Hi,

    Here is my input from a file:

    ------------------------------------
    Other Names=Andrew
    -----------------------------------

    i want to divide the string into 2 parts"
  5. Thread: A Problem

    by cheryl_li
    Replies
    1
    Views
    808

    A Problem

    Hi,

    how can i get input from a user (float) continuously and exit the loop if something not a number is entered

    for example,

    1 2 3 4.7 5 6 7 8 9
    3 4 5
    1 2 3 4 5 6.6
Results 1 to 5 of 5