Search:

Type: Posts; User: tadeboro

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,720

    Hello. Line 2 says: "letter is an array of 3...

    Hello.

    Line 2 says: "letter is an array of 3 integers.". There is nothing more to it.
  2. Hello. Actually, this depends. For example, if...

    Hello.
    Actually, this depends. For example, if score1 is 45 before the last dice throw and you get two 6, the final score will be 70.
  3. Replies
    7
    Views
    5,414

    Hello. As laserlight already suggested, I...

    Hello.

    As laserlight already suggested, I would solve this problem by using input as a string and not as int. This method has several advantages over the integer method:

    it's not limited by...
  4. Replies
    16
    Views
    3,110

    Hi. fscanf fails because call and name...

    Hi.

    fscanf fails because call and name pointers point to "only-god-knows-where". Try replacing them with character arrays instead like this:

    char call[512];
    float lat;
    float lon;...
  5. Replies
    7
    Views
    1,681

    Hello. Disclaimer: I'm no expert at those...

    Hello.

    Disclaimer: I'm no expert at those things, so please be patient with me;)


    Actually, if you omit "static" in front of the function definition, compiler will export it and the linker...
Results 1 to 5 of 5