Search:

Type: Posts; User: chor

Search: Search took 0.00 seconds.

  1. Thread: Array Sortting

    by chor
    Replies
    1
    Views
    947

    Array Sortting

    I am a beginer in C, i have a problem that i hope somebody will help me.
    I put a numbers of value in the array such as (a long list);

    x[0]=10;
    x[1]=20;
    x[2]=5;
    x[3]=15;
    x[4]=8;

    i need to...
  2. Replies
    1
    Views
    1,873

    print output problem

    Please somebody help me........

    I am trying to print a data to a output file by command

    fprintf (file_pointer, "%d \t %4.2f \t %4.2f \t 0 \t 0 \t 0 \t %4.2f\n", k,x,y,ang);

    what i need is to...
  3. Thread: Function Error

    by chor
    Replies
    3
    Views
    1,093

    Function Error

    I need to pass 3 varibles from main to a function, then do some calculation, after that the function will return another 2 varibles back to main, then the main will continue to use the new varible to...
Results 1 to 3 of 3