Search:

Type: Posts; User: heeroyung

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,740

    about strstr()

    what is the meaning of this function?
    strstr() and how to use it?
  2. Replies
    3
    Views
    990

    thanks very much for your help

    thanks very much for your help
  3. Replies
    3
    Views
    990

    ABOUT structure

    In PASCAL:
    type screen=array[1..60,1..20] of char;

    how to write this tag in terms of C language?
  4. Replies
    8
    Views
    1,417

    what wrong do i make?

    char output;
    float sum;
    int N,K;
    sprintf(output,"%f",sum/(N-K));


    [Warning] passing arg 1 of `sprintf' makes pointer from integer without a cast
  5. Replies
    1
    Views
    2,292

    convert a floating point number to string

    Is there any function to convert a floating point number(e.g.12.12)to a string??
  6. Replies
    15
    Views
    3,686

    no one help me..................

    no one help me..................
  7. Thread: help

    by heeroyung
    Replies
    5
    Views
    1,039

    thank you very much for you help!

    thank you very much for you help!
  8. Replies
    15
    Views
    3,686

    No need to say sorry. That's normal. This...

    No need to say sorry. That's normal.

    This question require us to find a correct order of students. This can be done by making an array, e.g.
    student[5]={1,2,3,4,5}, and then do swapping.if...
  9. Thread: help

    by heeroyung
    Replies
    5
    Views
    1,039

    help

    What is the meaning of this function:

    malloc()
  10. Replies
    15
    Views
    3,686

    Topological sort what's the meaning of this word?

    Topological sort
    what's the meaning of this word?
  11. Replies
    15
    Views
    3,686

    i have already think this problem for two days. i...

    i have already think this problem for two days. i don't think it's wrong to ask for some hints.
  12. Replies
    15
    Views
    3,686

    do you mean using array?let me try first

    do you mean using array?let me try first
  13. Replies
    15
    Views
    3,686

    this is not my homework!this is a question from...

    this is not my homework!this is a question from Hong Kong Computer Olympiad. i study this question just for my own interest.
  14. Replies
    15
    Views
    3,686

    anyone know the solution?

    Emily is a teacher. She likes to give candies to her students on days near festivals. She would like to give the candies to the students in order.

    She decides to distribute the candies to them one...
Results 1 to 14 of 14