Search:

Type: Posts; User: shanwu

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,914

    thank you very much. I will try to find other...

    thank you very much. I will try to find other possible mistakes... thanks
  2. Replies
    6
    Views
    1,914

    Well, the code I provided is a simplified...

    Well, the code I provided is a simplified version. I use printf() function to check in reality.
  3. Replies
    6
    Views
    1,914

    pass by reference by inner function in C

    I intend to change the value of count by function B(), but I failed...can't find the reason why...here's my code...


    void B(int *count)
    {
    do{
    *count = *count + 1;
    ...
Results 1 to 3 of 3