Search:

Type: Posts; User: dudinka

Search: Search took 0.00 seconds.

  1. Thread: test question

    by dudinka
    Replies
    3
    Views
    1,657

    test question

    hey guys, could someone help me with the output of this program:


    #include <stdio.h>
    #define newline {putchar(’\n’);}
    int main() {
    int *ptr,ii,jj;
    int arrayInts[] =...
  2. Replies
    3
    Views
    3,192

    thanx anyway, guess I'm still an idiot in C... ...

    thanx anyway, guess I'm still an idiot in C...

    "=" instead of "==" in IF statement........
  3. Replies
    3
    Views
    3,192

    it fixed it, thank u ! ---> any idea about the...

    it fixed it, thank u !

    ---> any idea about the second problem ?

    the structure: "disc" is defined outside the functions and so is the array "basic_data".

    ??
  4. Replies
    3
    Views
    3,192

    conflicting types for...

    hi !
    (thanx for the hlp the previous time)

    I'm trying to call a function from another function:


    void movement(int num_discs) {
    double i=basic_data[0];
    int j,k;
    .......
  5. Replies
    3
    Views
    1,761

    wow, a lot of new things... thanx salem. I read...

    wow, a lot of new things...
    thanx salem.
    I read some info about the new things I didn't know (enum, switch, case) and I wanted to ask:

    1. what is: "BUFSIZ" and the meaning of the arguments here:...
  6. Replies
    3
    Views
    1,761

    input file problem

    Hi everybody !
    I'm a fresh newbie and I'm trying to read data from an input file which will always look like this:

    TIME
    4 5.6 787 6 45
    COORDINATES
    4 78 6 22
    DATA
    1 2 3 4 5 6
    2 4 5 9 7 6
Results 1 to 6 of 6